blob: 5410720ccbf16e66b08f7f09f03d21004e0c0885 [file] [log] [blame]
drop table myblob;
create table myblob (
id int primary key,
name varchar2(100),
);
insert into myblob values (1, 'AAA');