Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle EXIT … WHEN to HiRDB

Replace “EXIT” to “LEAVE”. And “WHEN condition” convert to “IF” syntax.

Oracle:

EXIT [label_name] WHEN condition;

HiRDB:

IF condition THEN
 LEAVE [label_name];
END IF;

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