Apache Presto - now()



Query

presto:default> select now() as today;

Result

               today 
-------------------------------------- 
 2016-07-06 13:15:49.704 Asia/Kolkata 

The query returns the current date,timestamp with timezone.

apache_presto_sql_functions.htm
Advertisements