The following CREATE TABLE statement is used to create the table used in the following code samples.
create table blobtable(id integer, image blob);
The following CREATE TABLE statement is used to create the table used in the following code samples.
create table blobtable(id integer, image blob);