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