读书人

oracle ORA-01704: string literal to

发布时间: 2012-09-04 14:19:30 作者: rapoo

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;

这都可以解决问题。

读书人网 >其他数据库

热点推荐