
- Apache Presto - Home
- Apache Presto - Overview
- Apache Presto - Architecture
- Apache Presto - Installation
- Apache Presto - Configuration
- Apache Presto - Administration
- Apache Presto - SQL Operations
- Apache Presto - SQL Functions
- Apache Presto - MySQL Connector
- Apache Presto - JMX Connector
- Apache Presto - HIVE Connector
- Apache Presto - KAFKA Connector
- Apache Presto - JDBC Interface
- Custom Function Application
Apache Presto - current_timestamp
Query
presto:default> select current_timestamp as timestamp;
Result
timestamp -------------------------------------- 2016-07-06 13:14:51.911 Asia/Kolkata
The query returns the current timestamp.
apache_presto_sql_functions.htm
Advertisements