========================================================
| ID | Name | Email | Right_Name | Right_Email |
========================================================
| 15 | John Doe | johndoe@email.dom | John Doe | johndoe@email.dom |
========================================================
I wanted to make Right_Name and Right_Email (these are just two columns but in my actual data there are more than 20 columns) NULL if the Name and Email are the same. How could I do that in one fell swoop instead of having a formula for every column?
Thanks,
A