Consider the following:
Source A
LEFT OUTER JOIN
Source B
ORDER BY
FieldFromA, FieldFromB
If I do this, it won't effectively do the left outer join as it needs the column from source B. Is there a way to only order by the second criteria if it's not null?