Apache Tajo - current_time()



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

查询

default> select current_time() as time;  

结果

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

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

该查询返回当前时间。

apache_tajo_datetime_functions.htm
广告