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
Why wont a hp laptop power up?
How to change SQL 2008 reporting services from native mode to sharepoint integrated mode
Checking a Dataset for DBNull whiclst using the Compute SUM function
RUNAS ERROR: Unable to acquire user password
SQL WHERE sub clause
weather webpart using HTML,CSS and javascript
Multi-Select List Box Query
button in excel
Is there a way to install IIS using Configuration Manager 2007?
Autocorrect Custom Dictionary