I have a table with two columns: one is id and another one is a text column. I want to keep only the rows that the text value is in English.
The languages I am talking about, are the ones that use non Latin alphabet such as Arabic, Chinese and Cyrillic. This question has been asked around 2012, and I was wondering if there is some new solution rather dealing with it in another programming languages!