case question
From: Julia Sats <julia.sats_at_sympatico.ca>
Date: Wed, 17 Sep 2003 20:58:21 -0400
Message-ID: <rs7ab.6955$hF3.915710_at_news20.bellglobal.com>
end case;
Date: Wed, 17 Sep 2003 20:58:21 -0400
Message-ID: <rs7ab.6955$hF3.915710_at_news20.bellglobal.com>
I used such code on Oracle 9 :
when 0 then F(0); when 1 then F(1); when 2 then F(2); when 3 then F(3);
end case;
after I moved to another server (Oracle 8) - get such error: PLS-00103 : Encountered the symbol "CASE" when expecting one of the following : ......
Does this limitation of version 8 ?
Thanks
Received on Thu Sep 18 2003 - 02:58:21 CEST