最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

“ORA-06592:CASEnotfoundwhileexecutingCASEstatement”错误

来源:动视网 责编:小采 时间:2020-11-09 12:44:04
文档

“ORA-06592:CASEnotfoundwhileexecutingCASEstatement”错误

ORA-06592:CASEnotfoundwhileexecutingCASEstatement错误:ORA-06592: CASE not found while executing CASE statement错误 今天验证DDL类型触发器时遇到: ORA-06592: CASE not found while executing CASE statement错误 网上找到如下答案: CASE语句,碰到没有处理的分支而又缺少EL
推荐度:
导读ORA-06592:CASEnotfoundwhileexecutingCASEstatement错误:ORA-06592: CASE not found while executing CASE statement错误 今天验证DDL类型触发器时遇到: ORA-06592: CASE not found while executing CASE statement错误 网上找到如下答案: CASE语句,碰到没有处理的分支而又缺少EL


ORA-06592: CASE not found while executing CASE statement错误

今天验证DDL类型触发器时遇到:

"ORA-06592: CASE not found while executing CASE statement"错误

网上找到如下答案:

CASE语句,,碰到没有处理的分支而又缺少ELSE子句就会报错:

"ORA-06592: CASE not found while executing CASE statement"

CASE表达式,在没有匹配的选项又没有ELSE的情况下返回NULL

CASE语句与CASE表达式

简单case语句与搜索式case语句的异同

--相同点:两者都用于根据不同的条件,来执行与之对应的语句或完成特定的任务,甚至某些情况下可以互换替换。

--不同点:

--简单case语句提供一个selector选择器,且EXPRESSION的数据类型一定与selector的数据类型匹配,否则报错。

--搜索case语句没有selector选择器,且when子句之后得到的结果一定是一个布尔型值(NULL,TRUR,FALSE)

文档

“ORA-06592:CASEnotfoundwhileexecutingCASEstatement”错误

ORA-06592:CASEnotfoundwhileexecutingCASEstatement错误:ORA-06592: CASE not found while executing CASE statement错误 今天验证DDL类型触发器时遇到: ORA-06592: CASE not found while executing CASE statement错误 网上找到如下答案: CASE语句,碰到没有处理的分支而又缺少EL
推荐度:
标签: 错误 error not
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top