Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query help

Status
Not open for further replies.

dbsql

IS-IT--Management
Mar 29, 2007
19
US
Hi i am trying to query oracle from SSRS and so far successful but when i try to do this:

select testname, testid
from test
where testname like '%'+upper(?) +'%'

then get error saying that invalid number i know i could do something like that in SQL but having trouble in oracle!

i am doing that so in parameter user don't have to put % !!

thanks


Thanks!!
 
You should ask that question in the Oracle forum.

forum759

- Paul
10qkyfp.gif

- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top