Hello
I have a data table
Name Surname Birthplace
Mark Jason NY
Emily Wo*od London
Sometimes in my Surname colum there is “*” which I need to delete, the problem is that I need to delete * for every row but only in Surname column.
How do I point that I only want to do this in Surname column?