the compiler swears at a site in a function, how to execute a subquery while saving the result to a variable in the else section?
if Cnt > 0 Then tmpVal:='ZERO'; else select myVal into tmpVal from mytable where rownum =1; end if; the compiler swears at a site in a function, how to execute a subquery while saving the result to a variable in the else section?
if Cnt > 0 Then tmpVal:='ZERO'; else select myVal into tmpVal from mytable where rownum =1; end if; It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Source: https://ru.stackoverflow.com/questions/728878/
All Articles