I am trying to copy non-English data to another column of a same table in SQL Server but I am not getting how to do that.
This is the image in which column Work_Name
is having both English and non-English data and I am trying to copy only non-English data to another column.
How can I do that, can anyone please help me?