Sign in
third-party-mirror
/
glassfish
/
e52046b2c19a24fa5b2c8f2135ef2b874d76de3f
/
.
/
appserver
/
tests
/
v2-tests
/
appserv-tests
/
devtests
/
cmp
/
copySemantics
/
sql
/
copySemantics_ifx.sql
blob: 9f9276c1257f9dbc83fde4f8e749e0e9f777f90c [
file
]
drop
table
COPYTEST
;
create
table
COPYTEST
(
id int
primary
key
,
name VARCHAR
(
100
),
mydate DATE
,
blb BLOB
);
commit
;