Sign in
third-party-mirror
/
glassfish
/
e23bfc8d35602c19505ff5eb9a6d8cc67993a99f
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
ee
/
cli
/
sql
/
create.sql
blob: c676d51d755b41ec567eb81bba99626143953399 [
file
] [
log
] [
blame
]
drop
table
student
;
create
table
student
(
id varchar
(
255
)
primary
key
not
null
,
name varchar
(
255
));