ReferênciaReferência de idioma SQLFunçõesfunções integradasLista alfabética de funções integradasagora funcionaNessa páginanow function Applies to: Databricks SQL Databricks Runtime Returns the current timestamp at the start of query evaluation. Syntax now() Arguments This function takes no arguments. Returns A TIMESTAMP. Examples SQL> SELECT now(); 2020-04-25 15:49:11.914 Related functions current_date function current_timezone function current_timestamp function