Microsoft
Software
Hardware
Network
Question : Oracle Case Insensitive Query
I'm stuck with data in an Oracle database that has the beginning letter upper case (i.e., Bob, Sally). I can't change the format. How can I do a fuzzy, case-insensitive query on that data?
where name like UPPER('%bo%') <- doesn't work
where name like '%Bo%' <- works
where name like '%bo%' <- doesn't work
Any ideas? Db is Oracle 10.x
Answer : Oracle Case Insensitive Query
where upper(name) like UPPER('%bo%')
Random Solutions
Run-time error '2450'. Microsoft Access can't find form 'frmTenants'
How to Detect Movement from a Datasheet to a SubDataSheet
Upgrade from MSSQL 2005 Express to MSSQL 2008 Standard
"Error 1327 Invalid Drive F:/" on Sprint USB Wireless Installation
How can I get the Start and End dates used in a seach to display on the report? MS RS 2005
How to Receive the windows message DBT_DEVICEQUERYREMOVE
How do I use validation in WPF
C# -- "Value==null"
VFP 9.0 and Installshield
A custom macro in this report has failed to run, and is preventing the report from rendering.