BEGIN
EXECUTE IMMEDIATE 'DROP TABLE mytable';
EXCEPTION
WHEN OTHERS THEN
IF SQLCODE != -942 THEN
RAISE;
END IF;
END;
Till Next Time
Thursday, April 14, 2016
Subscribe to:
Post Comments (Atom)
A collection of Oracle database stuff from 101 till 404. I just put the things here I run into.
No comments:
Post a Comment