Skip to content
Snippets Groups Projects
Commit a5ee06fe authored by Steven Murray's avatar Steven Murray
Browse files

Corrected a spelling mistake in a PL/SQL comment

parent f8167dc5
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ DECLARE
DBMS_OUTPUT.PUT_LINE('Table ' || tableName || ' dropped');
EXCEPTION
WHEN OTHERS THEN
-- ORA-00942: table or view does not exis
-- ORA-00942: table or view does not exist
IF SQLCODE = -942 THEN
DBMS_OUTPUT.PUT_LINE('Table ' || tableName || ' not dropped because it does not exist');
ELSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment