Apache Tajo - now()



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

Query

default> select now() as datetime;  

Result

The above query will generate the following result.

datetime 
------------------------------- 
2016-08-11 17:37:42.45 

The query returns today’s date with time.

apache_tajo_datetime_functions.htm
Advertisements