Functions that return dates
Functions that return dates |
Description |
Example |
|
Returns today’s date |
|
|
Returns the current time |
|
|
Returns the current timestamp value |
|
|
Converts a character string to a timestamp |
|
|
Returns today’s date |
If today is 11/21/2028, |
|
Converts a character string to a date |
|
Note The DATE()
function is deprecated. Use the SQL standard CURRENT_DATE instead.