Apache Tajo - current_time()



Let us now check the current_time() function with the following query.

Query

default> select current_time() as time;  

Result

The above query will generate the following result.

time 
------------------------------- 
17:05:50.516999

The query returns the current time.

apache_tajo_datetime_functions.htm
Advertisements