User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

now

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== NOW Function ====== NOW function returns the current date and time (year, month, day, hour, minute, seconds and fractional seconds). **Syntax**: <code language="sql"> NOW() </code> **Return Type:** TIMESTAMP **Example**: Get the current and date and time: <code language="sql"> NOW() -- 2015-11-02 07:59:25.833 </code> **Compatibility**: PostgreSQL and MySQL. **Version:** HPL/SQL 0.3.17 See also: * [[current-date|CURRENT_DATE]] * [[current-timestamp|CURRENT_TIMESTAMP]] * [[unix-timestamp|UNIX_TIMESTAMP]] * [[sysdate|SYSDATE]]