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