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