Newbie Question about User Input
From: news.verizon.net <never_at_nope.com>
Date: Sat, 19 Oct 2002 15:59:32 GMT
Message-ID: <Ejfs9.8236$Mu4.6794_at_nwrddc01.gnilink.net>
Date: Sat, 19 Oct 2002 15:59:32 GMT
Message-ID: <Ejfs9.8236$Mu4.6794_at_nwrddc01.gnilink.net>
To all,
if user_x = 'A' then
dbms_output.put_line('A');
elsif user_x = 'B' then
dbms_output.put_line('B');
else
dbms_output.put_line('Bad selection');
End;
/
I am trying to use something similar to that but i am getting errors that 'A' identifier is not declared. Any help is appreciated.
Thank you all in advance.
CS.
Received on Sat Oct 19 2002 - 17:59:32 CEST
