Apache Drill - Date Time LOCALTIME



The following program shows the query for this function:

Query

0: jdbc:drill:zk = local> select LOCALTIME from (values(1));

Result

+--------------+
|  LOCALTIME   |
+--------------+
| 15:17:46.333 |
+--------------+
apache_drill_sql_operations.htm
Advertisements