This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:functions:current_date [2010/07/28 22:09] els |
dev:sql:functions:current_date [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| This function returns an ANSI DATE datatype. | This function returns an ANSI DATE datatype. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | $DATA_LENGTH ( column ) | + | CURRENT_DATE |
| - | + | ||
| - | == column == | + | |
| - | + | ||
| - | Required. The name of a column, qualified by the table and database as needed. | + | |
| ===== Examples ===== | ===== Examples ===== | ||