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
MS Access 2007: "Query is Too Complex!"
'Me.RecordsetClone.FindFir<wbr />st' with 2 criteria
Password Protect Individual Outlook Contacts?
Vista Windows Update hangs on Preparing to install
List box select color... Access 2007
Record is too large. '80004005' ?
Access 2003 Drag and Drop
Deploying printers with GP in a mixed enviroment
Tab control Select record on subform
MDBData Logs??