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
One report column in Italics
Vista file sharing across an Access Point / Network merging, etc.
How to get "User Name" in TaskManager process?
The SQL Server cannot obtain a LOCK resource at this time
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Can not create outlook data file
creating an install routine for custom printers and SQL Database
want ie to have small/no cache
Formula, Function or Macro that will eliminate the last 6 characters from a cell value
VBA to scroll to the top of a freeze pane