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