On 6/9/19, Igor Korot <[email protected]> wrote: > > Now I open this database in sqlite3 CLI binary and would like to insert some > png > file inside this BLOB field.
INSERT INTO tab1(blob1) VALUES(readfile('some.png'));
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

