Sign in
third-party-mirror
/
glassfish
/
571714739b23e16c4c90d5229b806433920b3bcb
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
reconfig
/
userpass
/
sql
/
create_pointbase1.sql
blob: cb74cb414ab01eef2ce0385a6e7c94565548e9c8 [
file
] [
log
] [
blame
]
Drop
table
B_Customer
;
CREATE
TABLE
B_Customer
(
c_id integer
not
null
,
c_phone char
(
16
)
);