使用函数rawtohex将raw串转换为十六进制
insert:
insert into blob_table values(rawtohex('里面放需要增加的BLOB'));update:
update blob_table set BLOB字段名 = rawtohex('里面放需要更新的BLOB');
使用函数rawtohex将raw串转换为十六进制
insert:
insert into blob_table values(rawtohex('里面放需要增加的BLOB'));update:
update blob_table set BLOB字段名 = rawtohex('里面放需要更新的BLOB');
3311

被折叠的 条评论
为什么被折叠?
