User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

current-date

This is an old revision of the document!


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

====== CURRENT_DATE Function - PL/HQL ====== CURRENT_DATE function return the current date (year, month and day). **Syntax**: <code language="sql"> CURRENT_DATE | CURRENT DATE </code> **Return Type:** DATE **Compatibility**: IBM DB2. **Version:** PL/HQL 0.01 See also: * [[current-timestamp|CURRENT_TIMESTAMP]] * [[from-unixtime|FROM_UNIXTIME]] * [[now|NOW]] * [[sysdate|SYSDATE]]