I want my Credit Type 1 to have just Position Owner or none, and Credit Type 2 to have Candidate Owner or none.
Can this be done? I was trying the below SQL statement, but it is not working.
SET Credit Type 2
= Credit Type 1
WHERE Credit Type 1
= 'Candidate Owner' AND Credit Type 2
='none"
I am just learning SQL, so still not sure of the possibilities.
I originally split the below column, but it didn't give me the results needed. Almost!