Sign in
third-party-mirror
/
glassfish
/
3c6930c23e2f1cd28f460ff1133cfa76eaa9a36a
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
nonacc
/
sql
/
create.sql
blob: 5c3386296ce8a5f85db54da9fb921cc0761926a1 [
file
] [
log
] [
blame
]
DROP
TABLE
NONACC
;
CREATE
TABLE
NONACC
(
name char
(
20
),
num integer
);