Sign in
third-party-mirror
/
glassfish
/
9a68cc8076d14c77aba791fd5c955b7c7a175593
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
nopasswdfordb
/
sql
/
create_pointbase.sql
blob: 42d5a1681cc5bd3ad79d8530676e70c7d9135c77 [
file
]
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'
);