0
如果else條件有for循環,是否可能有條件if for else語句在for循環中
E.g.
IF (emp_no IS NULL) then
for i in (select * from employees where emp_no= p_retval)
else
for i in (select * from employees where emp_no= p_retval_withcond)
end if;
當我嘗試上述我有編譯錯誤。
問候
感謝您指出這一點。問候 – user75ponic