Page 1 of 1

determine special characters

Posted: Mon Mar 12, 2007 8:26 pm
by GeXus
I have some db entries that have characters like Ã, ¢, etc. Is there a way to find all of these types of characters? Ultimatly I want to delete all records that contain them.

Posted: Mon Mar 12, 2007 10:58 pm
by Christopher
You might want to try something like "NOT REGEXP" condition to find records that do not have the character set you want.