简体   繁体   English

带游标的PL / SQL过程

[英]PL/SQL procedure with cursors

I need to check whether any of the column in record set contains data or not. 我需要检查记录集中的任何列是否包含数据。

I have to check 10 columns for the data. 我必须检查10列的数据。 If data is not there it has to exit otherwise continue to the next step. 如果没有数据,则必须退出,否则继续下一步。

尝试COALESCE(col_1,col_2,.....) IS NOT NULL

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM