I'm pulling my hair out over this one:
I have two columns:
columnA columnB
stuff - null
more stuff - null
null - something
null - more something
Is there any way to create a temporary column or phantom column (columnC) with a select statement to give me:
columnC
stuff
morestuff
something
more something
Any help would be appreciated
I have two columns:
columnA columnB
stuff - null
more stuff - null
null - something
null - more something
Is there any way to create a temporary column or phantom column (columnC) with a select statement to give me:
columnC
stuff
morestuff
something
more something
Any help would be appreciated