I need to switch the info in two fields basically reverse the info. I have several hundred records to deal with. This needs to be done only when a third field is <null>
So its like this:
1) Switch COSTCODE and EQUIPMENT when EMPLOYEE is <NULL>
2) Then when EMPLOYEE is <NULL> change to '52001'
Can someone help me with the SQL statement to do this.
So its like this:
1) Switch COSTCODE and EQUIPMENT when EMPLOYEE is <NULL>
2) Then when EMPLOYEE is <NULL> change to '52001'
Can someone help me with the SQL statement to do this.