Sign in
third-party-mirror
/
glassfish
/
862817655c7706129c3d820ee0a801ed5590d2a5
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
multiplecloseconnection
/
sql
/
create_pointbase.sql
blob: 42d5a1681cc5bd3ad79d8530676e70c7d9135c77 [
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'
);