Oracle存储过程对一个字段进行判断时,判断语句在那里写

2025年03月22日 17:22
有3个网友回答
网友(1):

if number = 1 then
excute .......
elsif then
excute ........
end if;

网友(2):

判断语句用if then else end if就行

网友(3):

问题描述能再详细一些吗?