I'm merging data from old to new database. New db contains columns not used in old.
I currently want to focus building my merge statement to merge in values for just those columns that are not null and tackle the null ones later.
In USING clause I have a select statement that uses CASE for bringing in data for columns that are not null. Please advise on how I can insert null values for those allowing nulls.