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