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
Controlling users with Microsoft Access 2007
Help with recordsets
Problem executing SSIS packages via an ASP.NET web service using delegated domain accounts.
Subform Problems, Method Form of object Subform failed
Task Scheduler ACTUALLY NOT running task, though showing 'running'
Active Directory Replication
Net Logon Errors
Convert Access2 to Access2000 Programatically
SSRS Line Chart with two series
What is the difference between OU and Managed