User Tools

Site Tools


Sidebar

**HPL/SQL is included to Apache Hive since version 2.0** * [[home|Home]]\\ * [[why|Why HPL/SQL]]\\ * [[features|Key Features]]\\ * [[start|Get Started]]\\ * [[doc|HPL/SQL Reference]]\\ * [[download|Download]]\\ * [[new|What's New]]\\ * [[about|About]]

null

NULL Statement

NULL statement is a no operation statement (no-op), it just passes control to the next statement.

Syntax:

NULL;

Example:

declare 
  code char(1) := 'a';
begin
  null;
end;

Compatibility: Oracle

Version: HPL/SQL 0.3.13