Sign in
third-party-mirror
/
glassfish
/
403dc7883f77ebbf7acb2e03bca22c09d9d9fdfd
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
ee
/
dblogs
/
base
/
sql
/
drop.sql
blob: 18c294ca1c96865d3a77a209550c58dea6d90e18 [
file
]
select
*
from
student
;
drop
table
student
;
drop
table
txn_log_table
;