How to ignore Accent using oracle select query
want this select query using oracle 10g:
SELECT * FROM client
WHERE NLS_UPPER(name) LIKE '%ANDRE%'
to retrieve all names like:
Andre
Andréa
Andrêu
Ändre
not able to retrieve the data.. can anybody help on this..