添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
爱逃课的小狗  ·  How to Split a String ...·  7 月前    · 
酒量大的西红柿  ·  Matomo | The ...·  7 月前    · 
紧张的小熊猫  ·  [Solved]-Spring kafka ...·  1 年前    · 

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com . Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle has updated its online Terms of Use and Community Guidelines and introduced a Community Integrity Policy . These changes document Community specific rules and Oracle’s content moderation practices including use of automated tools, appeals process, and Oracle’s contact details. If you object to any changes, you may request that your account be closed by contacting oracle-forums-moderators_us@oracle.com . Your continued use of Oracle Communities means that you are consenting to the updated terms.

Error: ORA-01790: expression must have same datatype as corresponding expre

Sh... May 24 2013 — edited May 24 2013
Hey experts,
Getting error
Error: ORA-01790: expression must have same datatype as corresponding expression 01790. 00000 - "expression must have same datatype as corresponding expression"
for follwoing code,
		NULL FLD_CDS_CLOSEOUT,
		FLD_CAD_DESK
	FROM FLD_SE_IN
UNION ALL
NULL FLD_CDS_CLOSEOUT,	
NULL FLD_CAD_DESK
	FROM FLD_GU_IN
please help