oracle clob传临时列语句

前端之家收集整理的这篇文章主要介绍了oracle clob传临时列语句前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
update table_wonder set tempcolumn = dbms_lob.substr(clobcolumn,4000);


//追加列

  update cms_info_relation r  set r.info_content_test= info_content_test||'.doc'  where info_id
  in(select i.info_id  from cms_info i  
  where i.info_type=4);
原文链接:https://www.f2er.com/oracle/210422.html

猜你在找的Oracle相关文章