blob: 08a2e7fc9f66835ebe04aafb9374013c4b8bdb1f [file] [log] [blame]
drop table COPYTEST;
create table COPYTEST (
id int primary key,
name VARCHAR2(100),
mydate DATE,
blb BLOB(10k)
);
commit;