add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
'DROPTABLE'||TABLE_NAME||'CASCADECONSTRAINTS;'
drop table TABLE_NAME cascade constraints;
drop table lower_case_name cascade constraints;
drop table 3RD_TABLE cascade constraints;
drop table SELECT cascade constraints;
ORA-00942: table or view does not exist
ORA-00903: invalid table name
ORA-00903: invalid table name
'DROPTABLE"'||TABLE_NAME||'"CASCADECONSTRAINTS;'
drop table "lower_case_name" cascade constraints;
drop table "3RD_TABLE" cascade constraints;
drop table "SELECT" cascade constraints;