Sign in
third-party-mirror
/
glassfish
/
571714739b23e16c4c90d5229b806433920b3bcb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
ee
/
autorecovery
/
sql
/
drop.sql
blob: ba46584ba3d0acc03a87b0ce67871334e26be164 [
file
] [
log
] [
blame
]
select
*
from
student
;
drop
table
student
;