Apache Tajo - current_date()



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

Query

default> select current_date() as today_date;  

Result

The above query will generate the following result.

today_date 
------------------------------- 
2016-08-11 

The output shows today’s date.

apache_tajo_datetime_functions.htm
Advertisements