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
ISA 2006 and Ports
Make Table Query but save it in a New Database
Access List Box with Multiple Columns
stop a long running job
Need to Store data from a calculated field into a table
USB doesn't recognize ONLY for my new printer (Windows Vista 64bit)
Need lots of help on building a dropdown list from a database source
get data from a gridview to a popup window and then update the gridview
Windows 2008 r2 Cluster Shared Volume - Stuck "Online (Backup in progress, Redirected access)"
Setting up MSDE 2000