Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa398e5

Browse files
committed
Add missing ';'
1 parent98d0411 commitaa398e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.70 2001/09/09 17:21:58 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.71 2001/09/10 02:46:18 ishii Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -2769,7 +2769,7 @@ date_part('<replaceable>field</replaceable>', <replaceable>source</replaceable>)
27692769
SELECT date_part('day', TIMESTAMP '2001-02-16 20:38:40');
27702770
<lineannotation>Result: </lineannotation><computeroutput>16</computeroutput>
27712771

2772-
SELECT date_part('hour', INTERVAL '4 hours 3 minutes')
2772+
SELECT date_part('hour', INTERVAL '4 hours 3 minutes');
27732773
<lineannotation>Result: </lineannotation><computeroutput>4</computeroutput>
27742774
</screen>
27752775
</informalexample>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp