Sign in
third-party-mirror
/
glassfish
/
571714739b23e16c4c90d5229b806433920b3bcb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
nopasswdfordb
/
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'
);