Sign in
third-party-mirror
/
glassfish
/
5b2bfc16d9a19ae8fa113b5e9f4729e4b1a21fc8
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
custom-validation
/
sql
/
create_pointbase.sql
blob: e4914f642b30a48c44bd43bfd789a90a2fab0ec2 [
file
]
Drop
table
O_Customer
;
CREATE
TABLE
O_Customer
(
c_id integer
not
null
,
c_phone char
(
16
)
);