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