Sign in
third-party-mirror
/
glassfish
/
61c5787ff9380215ac7d310ce36855cdaac0cb2a
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
jdbc41-devtests
/
closeoncompletion.stmtcaching
/
sql
/
create_pointbase.sql
blob: 49db4c1197a671a402661e776c24a03036d368ee [
file
] [
log
] [
blame
]
drop
table
customer_stmt_wrapper
;
CREATE
TABLE
customer_stmt_wrapper
(
c_id integer
not
null
,
c_phone char
(
16
)
);
INSERT
INTO
customer_stmt_wrapper
VALUES
(
2
,
'shal'
);