When is a good situation to use a full outer join?

后端 未结 7 1588
耶瑟儿~
耶瑟儿~ 2020-12-23 02:07

I\'m always discouraged from using one, but is there a circumstance when it\'s the best approach?

7条回答
  •  暖寄归人
    2020-12-23 02:41

    They're handy for finding orphaned data but I rarely use then in production code. I wouldn't be "always discouraged from using one" but I think in the real world they are less frequently the best solution compared to inners and left/right outers.

提交回复
热议问题