CURRENT_TIMESTAMP
Definition
The BigQuery CURRENT_TIMESTAMP
function returns the date and timestamp at the moment the query is evaluated. The result is returned as UTC.
Syntax
CURRENT_TIMESTAMP()
SELECT
CURRENT_TIMESTAMP() AS now
Practical Info
TIMESTAMP
.