Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
begin
IF :returncode != 0 THEN
exit :returncode;
END IF;
end;
COLUMN returnvalue NEW_VALUE returnvalue
COLUMN action NEW_VALUE action
SELECT function() AS returnvalue FROM dual;
SELECT decode(&&returnvalue , 0, 'continue', 'exit') AS action FROM dual;
@&&action &&returnvalue