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