if

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
if [2015/09/23 20:27]
127.0.0.1 external edit
if [2016/03/31 09:30]
dmtolpeko [IF Statement - PL/HQL Reference]
Line 1: Line 1:
-====== IF Statement ​- PL/HQL Reference ​======+====== IF Statement ======
  
 IF statement executes a set of statements depending on the value of a boolean expression. IF statement executes a set of statements depending on the value of a boolean expression.
  
-PL/HQL supports multiple syntaxes for IF statement. ​+HPL/HQL supports multiple syntaxes for IF statement. ​
  
 ===== IF - THEN - ELSIF/​ELSEIF - ELSE - END IF ===== ===== IF - THEN - ELSIF/​ELSEIF - ELSE - END IF =====