在将数据插入表中时,我面临错误字符串文字太长。因此为了解决这个问题,我使用了串联运算符。例如:值是' || ' too big 但是问题还是没有解决,现在面临字符串拼接的结果太长了。列的数据类型是clob。
Create table testlongstring(name clob)
Insert into testlongstring values('value is too '|| ' big')
Run Code Online (Sandbox Code Playgroud)
面临字符串连接的问题结果太长。
如果我把普通字符串“值太大”它给 strinf litteral 太长了