J
JohnW
Hello, I am using the 3-phase method of a Full Outer Join in SQL
e.g. inner, union all, left, union all, right
The result is good except... the two collumns that had the "Is Null" applied
may or may not have a value and not in order e.g.
Ref# Item#
789
123 123
456
What I would like is a merged collumn that is sorted e.g.
Result
123
456
789
Any Ideas? Exporting to a spreadsheet and cut/paste is messy for a one off,
not really looking forward to ongoing maintainence.
Thanks in advance
e.g. inner, union all, left, union all, right
The result is good except... the two collumns that had the "Is Null" applied
may or may not have a value and not in order e.g.
Ref# Item#
789
123 123
456
What I would like is a merged collumn that is sorted e.g.
Result
123
456
789
Any Ideas? Exporting to a spreadsheet and cut/paste is messy for a one off,
not really looking forward to ongoing maintainence.
Thanks in advance