oracle 存储过程 if语句

2025-02-21 18:18:41
推荐回答(1个)
回答1:

&&用and表示,如:
if 1=1 and 2=2 then
...
end;

||用or表示。

!用not表示。