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');
相關文章
相關標籤/搜索