Of course with the dupes collapsed.
I need to do a FULL OUTER JOIN in SQLite and it doesn't seem to support it.
Of course with the dupes collapsed.
I need to do a FULL OUTER JOIN in SQLite and it doesn't seem to support it.
Try
Left Outer Join
UNION
Right Outer Join
They are the same.