Why to avoid FULL OUTER JOINS -- and what to use instead(weblogs.sqlteam.com)
submitted by
jimrice14(880) 4 years, 11 months ago
Using FULL OUTER JOINS results in sloppy, inefficient SQL, with no true structure and NULLS in potentially every column in the results. Here's some better ways to write your SELECT if you think you might need to use a FULL OUTER JOIN.
|category: Database
|Views: 82
tags:
Join SQL Database another
Everyones tags:
Your Tags: