当前位置:网站首页>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
边栏推荐
- UE4_ Ue5 panoramic camera
- POJ2392 SpaceElevator [DP]
- Right click the idea file to create new. There is no solution to create new servlet
- Sequence of entity layer, Dao layer, service layer and controller layer
- PCI-Express接口的PCB布线规则
- 城联优品作为新力量初注入,相关上市公司股价应声上涨150%
- [compilation principle] lexical analysis design and Implementation
- One week learning summary of STL Standard Template Library
- ASP. Net query implementation
- C simple question 2
猜你喜欢
随机推荐
【汇总】看过的一些Panel与视频
sql 数据库执行问题
ASP. Net open web page
Progress broadcast | all 29 shield machines of Guangzhou Metro Line 7 have been launched
B_QuRT_User_Guide(36)
2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?
B_QuRT_User_Guide(36)
Coreseek: the second step is index building and testing
[STM32 + esp-12s connect Tencent cloud IOT development platform 1] creation of cloud platform and burning of at firmware
B_ QuRT_ User_ Guide(39)
建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
C cat and dog
UE4_ Use of ue5 blueprint command node (turn on / off screen response log publish full screen display)
Digital procurement management system for fresh food industry: help fresh food enterprises solve procurement problems and implement online procurement throughout the process
Live server usage
2022 届的应届生都找到工作了吗?做自媒体可以吗?
B_ QuRT_ User_ Guide(38)
Tree background data storage (using webmethod) [easy to understand]
Markdown
C method question 1