当前位置:网站首页>Ora-01741 and ora-01704
Ora-01741 and ora-01704
2022-07-07 23:37:00 【Rain fish in summer】
ORA-01741 and ORA-01704
ORA-01741 and ORA-01704
reason
ORA-01741: Illegal zero length identifier
ORA-01704: The string text is too long
oralce Of clob Caused by too long field
solve
sql Just write the following sentence
declare
a_clob clob:=TO_CLOB('1111')||TO_CLOB('22222');
begin
insert into surface (clob Field ) values (a_clob);
end;
Knowledge points used
- || Concatenate characters
- TO_CLOB function
- Define variables first
边栏推荐
- Force deduction solution summary 648 word replacement
- Boost regex library source code compilation
- SAP HR family member information
- Spark 离线开发框架设计与实现
- Have all the fresh students of 2022 found jobs? Is it OK to be we media?
- Lm12 rolling heikin Ashi double K-line filter
- sql 数据库执行问题
- JNI uses asan to check memory leaks
- Class C design questions
- Markdown
猜你喜欢
Description of longitude and latitude PLT file format
Open source hardware small project: anxinco esp-c3f control ws2812
SAP HR奖罚信息导出
SAP HR reward and punishment information export
三问TDM
给出一个数组,如 [7864, 284, 347, 7732, 8498],现在需要将数组中的数字拼接起来,返回「最大的可能拼出的数字」
List. How to achieve ascending and descending sort() 2020.8.6
Live server usage
SAP HR 劳动合同信息 0016
电子设备行业智能供应链协同平台解决方案:解决低效, 赋能产业数字化升级
随机推荐
C # exchange number, judge to pass the exam
SAP HR social work experience 0023
Summary of common methods of object class (September 14, 2020)
UE4_ Ue5 panoramic camera
2022第六季完美童模陕西总决赛圆满落幕
Explain
C inheritance and interface design polymorphism
C simple question one
The 19th Zhejiang Provincial College Programming Contest VP record + supplementary questions
Unity3d Learning Notes 6 - GPU instantiation (1)
The for loop realizes 1-100 addition and eliminates the 4-digit tail number
B_ QuRT_ User_ Guide(38)
三问TDM
产业共融新势能,城链科技数字峰会厦门站成功举办
谷歌浏览器怎么登录及开启同步功能
Description of longitude and latitude PLT file format
ASP. Net query implementation
PHP uses Alibaba cloud storage
B_ QuRT_ User_ Guide(40)
Fibonacci number of dynamic programming