虚谷数据库如何用sql语句插入blob?
create table test(a blob);insert into test values(?); <# C:\t1.png;
使用控制台执行上述语句。即可插入blob