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
Running SQL server DTS with condition check
Microsoft .NET Framework v1.0.3705 Update preventing entering standby...
Remote desktop freezes host computer and stops at HP splash screen on remote computer
getting the hwnd or dc for access form
How do I display a login banner for RDP users?
select only uppercase words from a table column
For Experts: Obfuscated Access Contest
vpshellres.dll could not be found
How to shrink Wss_Content_log.ldf file in wss 3.0??
Publishing a web server in ISA 2006 that has links to network directories.