Consider you have table Say TblEmployee with a column say EmployeeName
which contain Records as A,B,A,A,B,C,B,C,A
your task is to write a query which will change the EmployeeName A to B and B to A.
4
Answers
Consider you have table Say TblEmployee with a column say EmployeeName
which contain Records as A,B,A,A,B,C,B,C,A
your task is to write a query which will change the EmployeeName A to B and B to A.