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