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