Sign in
third-party-mirror
/
glassfish
/
0664faeeeabcdc8a90eeada94c69d5ca90c55b1d
/
.
/
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
));