Special Constant | Meaning |
NOW | Current date and time. This constant must be specified in quotes. This constant only works when used within the SQL DATE() function. |
NULL | Indicates a missing or unknown value in a table. |
TODAY | Current date. This constant must be specified in quotes. This constant only works when used within the SQL DATE() function. |
CURRENT_DATE | Current date (as ANSI date type) |
CURRENT_TIME | Current time |
CURRENT_TIMESTAMP | Current date and time |
LOCAL_TIME | Current time without time zone |
LOCAL_TIMESTAMP | Current date and time without time zone |
USER | Effective user of the session (the Ingres user identifier, not the operating system user identifier) |
CURRENT_USER | Same as user |
SYSTEM_USER | Operating system user identifier of the user who started the session |
INITIAL_USER | Ingres user identifier in effect at the start of the session |
SESSION_USER | Same as user |