Hi All, I have the very rare occurence of non-standard characters being loaded into one of my tables :
e.g 8PAõõõõMUST BE PICK
Is there any way of easily finding the records containing these non-standard characters (they vary , not always the same char).
LIKE '%õ%' is not really an option...
+----------+
| count(*) |
+----------+
| 2738167 |
+----------+
1 row in set (0.02 sec)
any other clues ideas etc gratefully welcomed.
cheers
Karv
______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
e.g 8PAõõõõMUST BE PICK
Is there any way of easily finding the records containing these non-standard characters (they vary , not always the same char).
LIKE '%õ%' is not really an option...
+----------+
| count(*) |
+----------+
| 2738167 |
+----------+
1 row in set (0.02 sec)
any other clues ideas etc gratefully welcomed.
cheers
Karv
______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.