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