Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dev:sql:functions:extract [2010/07/27 15:41]
els
dev:sql:functions:extract [2010/07/27 15:55]
els
Line 8: Line 8:
 ===== Syntax ===== ===== Syntax =====
  
-  EXTRACT(date_tokens FROM date_column)+  EXTRACT(date_tokens FROM date_expression)
  
 == date_tokens == == date_tokens ==
Line 17: Line 17:
  
  
-== date_column ​==+== date_expression ​==
  
-Required. A column that is declared as a date_class datatype. ​ The date_class datatypes are any of the date or time oriented datatypes found in the list of [[dev:​appendix:​reference:​datatypes|Omnidex datatypes]]. ​+Required. A expression returning ​a date_class datatype. ​ The date_class datatypes are any of the date or time oriented datatypes found in the list of [[dev:​appendix:​reference:​datatypes|Omnidex datatypes]]. ​
  
  
Line 38: Line 38:
   2004-09-14 ​           9   2004-09-14 ​           9
 </​code>​ </​code>​
- 
 ==== Example 2: EXTRACT with format string ==== ==== Example 2: EXTRACT with format string ====
  
 <​code>​ <​code>​
-> select birthdate, extract ('MMM D, YYYY' from birthdate) bday from individuals +> select birthdate, extract ('MMM D, YYYY' from birthdate) bday from individuals;​
-;+
  
 BIRTHDATE ​    BDAY BIRTHDATE ​    BDAY
Line 55: Line 53:
   2004-09-14 ​ September 14, 2004   2004-09-14 ​ September 14, 2004
 </​code>​ </​code>​
 +
 ====== Additional Resources ====== ====== Additional Resources ======
  
Line 62: Line 61:
  
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
- 
- 
 
Back to top
dev/sql/functions/extract.txt · Last modified: 2016/06/28 22:38 (external edit)