DB
FunctionsDate & Time

today

Returns the current date according to the query execution context (typically the session or server time zone). Useful for date-based filtering and partition pruning without constructing a timestamp.

today(…) → Date

Kind · scalar

Returns the current date according to the query execution context (typically the session or server time zone). Useful for date-based filtering and partition pruning without constructing a timestamp.

Part of the Date & Time family.