Sign in
third-party-mirror
/
glassfish
/
c95aeb3496c4987652440729b4d070f28fb00085
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
jdbcjmsauth
/
sql
/
create_pointbase.sql
blob: f2560767e802e6ff2d3b439f2197fe1444447a3d [
file
] [
log
] [
blame
]
Drop
table
O_Customer
;
CREATE
TABLE
O_Customer
(
c_id integer
not
null
,
c_phone char
(
16
)
);