SQL语句:insert、update 操做ORACLE中的BLOB字段

使用函数rawtohex将raw串转换为十六进制 sql insert:函数 insert into blob_table values(rawtohex('里面放须要增长的BLOB')); update:code update blob_table set BLOB字段名 = rawtohex('里面放须要更新的BLOB');
相关文章
相关标签/搜索