Oracle批量更新表的大字段值
blob类型字段 1.前提 id=316083730656 的content字段有值update docs set content=Empty_Blob() where id<>316083730656Declare src_Blob Blob;v_Blob Blob; Amount Binary_Integer; Offset Integer; cursor testCursor isselect contentfrom docs where...