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
421 4.2.1 unable to connect for some domains
Illegal operation attempted on a registry key that has been marked for deletion
Outlook 2007 Calendar printing
How do I check if a table exists, before creating the table...
Is it possible to create a "Quick Find" button in Excel? (I need to make searching idiot proof.)
How to troubleshoot a Windows 7 memory leak?
IIS generates 500 Internal Server Error when using PHP to connect to MySQL
using VCOPY
error 429 ActiveX component can't create object
ISA Vs Squid Proxy