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
dev:sql:functions:extract [2010/07/27 15:41]
els
dev:sql:functions:extract [2016/06/28 22:38] (current)
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 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. ​Any expression ​that returns ​date-class datatype. Examples of date expressions are columns or functions that return 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]]. ​
  
  
 
Back to top
dev/sql/functions/extract.1280245293.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)