Merge lp:~vjsamuel/drizzle/fix-bug-850858 into lp:~drizzle-trunk/drizzle/development

Proposed by Vijay Samuel
Status: Merged
Approved by: Brian Aker
Approved revision: 2415
Merged at revision: 2418
Proposed branch: lp:~vjsamuel/drizzle/fix-bug-850858
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 33 lines (+0/-17)
1 file modified
docs/functions/extract_date_functions.rst (+0/-17)
To merge this branch: bzr merge lp:~vjsamuel/drizzle/fix-bug-850858
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+75541@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'docs/functions/extract_date_functions.rst'
--- docs/functions/extract_date_functions.rst 2011-02-23 14:17:23 +0000
+++ docs/functions/extract_date_functions.rst 2011-09-15 15:19:33 +0000
@@ -72,17 +72,6 @@
7272
73*Result: 20*73*Result: 20*
7474
75microseconds
76^^^^^^^^^^^^
77
78.. code-block:: mysql
79
80 SELECT EXTRACT(MICROSECONDS FROM TIME '17:12:28.5');
81
82The seconds field, including fractional parts, multiplied by 1 000 000; note that this includes full seconds
83
84*Result: 28500000*
85
86minute75minute
87^^^^^^76^^^^^^
8877
@@ -140,12 +129,6 @@
140 129
141*Result: 27*130*Result: 27*
142131
143.. code-block:: mysql
144
145 SELECT EXTRACT(SECOND FROM TIME '08:15:22.5');
146
147*Result: 22.5*
148
149timezone132timezone
150^^^^^^^^133^^^^^^^^
151134