Sign in
third-party-mirror
/
glassfish
/
f9efa6d5b149b201c2fd32113c3f9ad1f98b6a6e
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
connector
/
config
/
alltables_oracle.sql
blob: 82a61d086a0537f36011e4773ebcd2501ced68fe [
file
] [
log
] [
blame
]
-- droping all tables from the current user db
-- delete from user_tables;
select
'drop table'
,
table_name
,
'cascade constraints;'
from
user_tables
;