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