« A necessary evil | Main | Creating and deploying HelloWorld MIDlet to Sony Ericsson mobile phone »

July 25, 2005

elsif

Took me a while to find this out but elsif is the keyword to do "else if" in PL/SQL grrr ... who designed this thing ...


if i < 5 then
    null;
elsif i < 10 then
    null;
else
    null;
end if;

Posted by vhadiant at July 25, 2005 08:51 PM





Trackback Pings

TrackBack URL for this entry:
http://www.hadianto.net/mov32/mt-tb.cgi/78

Comments

Post a comment





Remember Me?

(you may use HTML tags for style)