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