~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/extract_date_functions.rst

additions, edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
.. code-block:: mysql
19
19
        
20
 
        SELECT EXTRACT(DAY FROM TIMESTAMP '2001-02-16 20:38:40');
 
20
        SELECT EXTRACT(DAY FROM TIMESTAMP '2011-02-16 20:38:40');
21
21
 
22
22
Day of the month.
23
23