Sign in
third-party-mirror
/
glassfish
/
8aec880e4e2845dc2e7ce4bdf7fae4fa52c098d2
/
.
/
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
;