Icon View Incident Report

Minor Minor
Reported By: Roy Lambert
Reported On: 9/29/2008
For: Version 2.01 Build 5
# 2814 SQL Manual Shows Incorrect Syntax for SQL/PSM IF Statement

The SQL manual shows the syntax for the IF statement like this:

IF <BooleanExpression> THEN
   <StatementBlock>
[ELSE IF <BooleanExpression> THEN
   <StatementBlock>]
[ELSE
   <StatementBlock>]
END IF;



Comments Comments
The ELSE IF should have read ELSEIF (one word).


Resolution Resolution
Fixed Problem on 9/29/2008 in version 2.02 build 1
Image