I have a table that has two columns, one of which will be NULL and one will not, what I would like to do is something like:
SELECT (column1 OR column2) AS value
But I need to retrieve the value that is not null. I feel like this is probably an easy question, but any help is appreciated.
or
or
or