Sign in
◑
Theme
third-party-mirror
/
glassfish
/
2a670f1e93fc80c61b8a34eca9591b56a87beddb
/
.
/
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
;