Current timestamp (ANSI-standard spelling where available), dialect-appropriate.
CURRENT_TIMESTAMP
GETDATE()
SYSTIMESTAMP
CURRENT_TIMESTAMP()
now()
Current timestamp (ANSI-standard spelling where available), dialect-appropriate.
CURRENT_TIMESTAMPCURRENT_TIMESTAMP(ANSI synonym forGETDATE())CURRENT_TIMESTAMP(session-timezone-aware; distinct fromSYSTIMESTAMP)CURRENT_TIMESTAMP(SQLite keyword, UTC)CURRENT_TIMESTAMP()now()(no distinctCURRENT_TIMESTAMP;now()is the canonical form)