Cast the field to ascii and see if it's any different:
select item_id, uri from items where convert(uri using ascii) <> uri;
Of course, you can/should preclude such a possibility by changing the character set of the field to ascii.
Python, MySQL and Your Mom
No comments:
Post a Comment