uid external
rn345 --
ev456 --
-- Peter
So I have the above table and I want to select the uid however I also wanted to substitute the value on the "external" field to the "uid" field if the value is blank. So essentially, I would get the following:
UID
rn345
ev456
Peter
Is this possible?