This is what I am trying to do based on the table below...
a b c
FALSE
FALSE 0080
TRUE 0080
TRUE 0080
TRUE 0080
TRUE 0080
TRUE 0080
TRUE 0080
The results I want to insert in column "c".
If a is "FALSE" and b is "blank" then c = "H"
If a is "FALSE" and b is "any value" then c = "D"
If a is "TRUE" and b is "any value" then c = "D1"
The table has over 500k rows. What are my options? Thanks!
RM
Bookmarks