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