oracle 字段类型为clob时insert,update语句

INSERT INTO documents(id, contents) VALUES(#id# ,#contents, handler = ClobStringTypeHandler#   )

update documents set
title =#title#,
contents=#contents,handler=ClobStringTypeHandler#,
where id = #id#

表如下

oracle 字段类型为clob时insert,update语句




你可能感兴趣的:(oracle)