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
Outlook 2007 keeps asking for password from SBS 2008 Exchange Server
Open and close WORD files from ACCESS module
need help with vba syntax for microsoft access form
Add querytable with parameters
Bring in data from linked database in batched
Access Runtime Error; User does not have Access
What's an easy way to add cumulatively in Foxpro?
How to change a date value (cell value)
Connecting an Exisitng Database to Sharepoint
Client laptops slow boot up, stuck on applying computer settings for a few minutes