Sign in
third-party-mirror
/
glassfish
/
e52046b2c19a24fa5b2c8f2135ef2b874d76de3f
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
onlygetconnection
/
sql
/
create.sql
blob: c58a6e39583609dd97fed232198e8185ab86e9f0 [
file
] [
log
] [
blame
]
DROP
TABLE
ONLYGETCONNECTION
;
CREATE
TABLE
ONLYGETCONNECTION
(
name char
(
20
),
num integer
);