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

2025-03-22 17:22:47
推荐回答(3个)
回答(1):

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

回答(2):

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

回答(3):

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