|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -2769,7 +2769,7 @@ date_part('<replaceable>field</replaceable>', <replaceable>source</replaceable>)
|
2769 | 2769 | SELECT date_part('day', TIMESTAMP '2001-02-16 20:38:40');
|
2770 | 2770 | <lineannotation>Result: </lineannotation><computeroutput>16</computeroutput>
|
2771 | 2771 |
|
2772 |
| -SELECT date_part('hour', INTERVAL '4 hours 3 minutes') |
| 2772 | +SELECT date_part('hour', INTERVAL '4 hours 3 minutes'); |
2773 | 2773 | <lineannotation>Result: </lineannotation><computeroutput>4</computeroutput>
|
2774 | 2774 | </screen>
|
2775 | 2775 | </informalexample>
|
|