Sign in
third-party-mirror
/
glassfish
/
f77e9ff558f53a0a8dc39b48bb3fdd390533bc28
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
multiplecloseconnection
/
sql
/
create_pointbase.sql
blob: b227cac30f94b07d9a9d839b40f9362fdbc67b81 [
file
] [
log
] [
blame
]
Drop
table
TXLEVELSWITCH
;
CREATE
TABLE
TXLEVELSWITCH
(
c_id integer
not
null
,
c_phone char
(
16
)
);
INSERT
INTO
TXLEVELSWITCH
VALUES
(
1
,
'wxyz'
);
INSERT
INTO
TXLEVELSWITCH
VALUES
(
2
,
'pqrs'
);