Apache Presto - current_time



Query

presto:default> select current_time as time; 

Result

         time 
--------------------------- 
 18:44:16.345 Asia/Kolkata 

The query returns the current time.

apache_presto_sql_functions.htm
Advertisements