I have one table in MySQL which stores clients
information. There are two description info columns like CLIENT_DETAIL_INFO
and CLIENT_DETAIL_INFO_A
There are more than 5 thousand records under clients table.
What I want is, to identify Arabic column CLIENT_DETAIL_INFO_A
- and it contains English records, not Arabic values in that column.
How can I identify and prepare a list of primary id of such records?
Please suggest.