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