blob: 885778c737ee3e18688e4ff3f683d3abb72fe583 [file] [log] [blame]
drop table COPYTEST;
create table COPYTEST (
id int primary key,
name VARCHAR(100),
mydate DATE,
blb BLOB
);
commit;