SyntaxFix
Write A Post
Hire A Developer
Questions
You can try something like following to search for the column containing non-ascii character :
select * from your_table where your_col <> asciistr(your_col);