blob: f63d3721d1f0d505b7f355dc07228b6a7f56e483 [file] [log] [blame]
drop table myblob;
create table myblob (
id integer NOT NULL,
name varchar(100)
);
insert into myblob values (1, 'AAA');