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
Simple query not working. What am i missing?
How to unmute windows sound master volume and then increase the volume to max, using VBA
custom button wpf
How to call a 32 bit DLL from a 64 bit application.
Fololders copy any tool that can log whats moved and does not error for long paths.
Microsoft, Sharepoint Redirect user to subsite at logon
Can't change invoice form in Microsoft Accounting Express 2007?
Speeding up a SQL Server 2008 Database?
Good practice on writing file, creating directory, etc.
run regsvr32.exe on Windows 7