User Tools

Site Tools


Sidebar

HPL/SQL is included to Apache Hive since version 2.0

quit

This is an old revision of the document!


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

====== QUIT Statement ====== QUIT statement terminates the script execution and exist from a HPL/SQL program. Syntax: <code language=sql> .QUIT expression </code> **Example:** <code language=sql> .if errorcode <> 0 then .quit 1 </code> **Compatibility:** Teradata BTEQ **Version**: HPL/SQL 0.3.31