Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle IF to HiRDB

If “ELSIF” is using , replace “ELSIF” to ELSEIF

Oracle:

IF condition THEN
statement; [statement;]…
[ELSIF condition THEN
statement; [statement;]…]…
[ELSE statement; [statement;]…]
END IF;

HiRDB:

IF condition THEN
statement; [statement;]…
[ELSEIF condition THEN
statement; [statement;]…]…
[ELSE statement; [statement;]…]
END IF;

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.