Rather than use
upper(&value)
throughout an SQL statement for a PROMPTed value, is there a way to change it once?
I.e.
prompt Enter value: &&value
newvalue = upper(&value)
select * from table where column1=newvalue or column7=newvalue
Thanks
(In SQLPlus, not PL/SQL)
There's no need for sarcastic replies, we've not all been this sad for that long!
upper(&value)
throughout an SQL statement for a PROMPTed value, is there a way to change it once?
I.e.
prompt Enter value: &&value
newvalue = upper(&value)
select * from table where column1=newvalue or column7=newvalue
Thanks
(In SQLPlus, not PL/SQL)
There's no need for sarcastic replies, we've not all been this sad for that long!