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
Error Calling Stored Proc
How Can I Create a Unique Sequential Number for Only Those Records in a Table That Meet a Criteria
LINQ - Contains for IN statement not working?
Renumbering Primary key after delete
Microsoft, Office, 2007, Change User Menus & interfaces to English
I need to strip out every vbCrLF from a field
Slow Logon
VBA Loop through record names
[MS-Word] Borders for Cells
The subscription(s) have been marked inactive and must be reinitialized