Sign in
third-party-mirror
/
glassfish
/
f4dc06aafef4b1fc8c27862a2229ae83c69d8b7a
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
transparent-pool-reconfig-resources-xml
/
sql
/
create_pointbase.sql
blob: 11e61eef539a420e86e34e8264cac6b55c27fa5f [
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
(
1
,
'wxyz'
);
INSERT
INTO
customer_stmt_wrapper
VALUES
(
2
,
'pqrs'
);