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