Sign in
third-party-mirror
/
glassfish
/
571714739b23e16c4c90d5229b806433920b3bcb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
cdi
/
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
;