Sign in
third-party-mirror
/
glassfish
/
fff192c5634b6e17555662146108f57b8ca37711
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
conncreationretry
/
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
)
);