Apache Tajo - current_time()

现在让我们使用以下查询检查 current_time() 函数。

查询

default> select current_time() as time;  

上述查询将生成以下结果。

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

查询返回当前时间。

apache_tajo_datetime_functions.html