gpt4 book ai didi

database - 构建 PL/SQL IF THEN 语句的更好方法?

转载 作者:太空狗 更新时间:2023-10-30 01:59:06 25 4
gpt4 key购买 nike

只是想知道是否有更好的方法在 ORACLE 中编写以下 PL/SQL 代码段?

IF(p_c_courtesies_cd is not null 
OR p_c_language_cd is not null
OR v_c_name is not null
OR v_c_firstname is not null
OR v_c_function is not null
OR p_c_phone is not null
OR p_c_mobile is not null
OR p_c_fax is not null
OR v_c_email is not null
) THEN
-- Do something
END IF;

最佳答案

If coalesce( expr1, expr2, ... expr_n ) is not null then do something end if;

See here.

(感谢东尼指正)

关于database - 构建 PL/SQL IF THEN 语句的更好方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/461985/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com