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