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
How can i remove carriage returns from a text file?
All programs open Windows Media and not what I called up
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Delete duplicate records
Error No Windows Terminal Server Name is set up in Business Portal purchasing
Drag n Drop File Upload
Generate report for invoice tracking
Invalid Certificates and Settings with Exchange 2007 SP2 Autodiscover
Batch file to "net use" and capture output to a text file
Count and display the number of times the same entry appears