首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle ORA-01704: string literal too long有关问题分析

2012-09-04 
oracle ORA-01704: string literal too long问题分析今天使用sql在oracle直接insert update一个表时,出现O

oracle ORA-01704: string literal too long问题分析

今天使用sql在oracle直接insert update一个表时,出现ORA-01704: string literal too long的错误,我们的sql是

update mall_config set category_info='安全防护:3003,' where id=1;update mall_config set category_info=category_info||'|标准件:1040140,1035382,' where id=1;

这都可以解决问题。

热点排行