0

Has anyone used RIGHT JOIN in the real world?

I was wondering how frequently RIGHT JOINs are used. Does anyone have any practical experience? I almost exclusively use LEFT JOINs. Thanks for any input!

15th Sep 2017, 8:57 PM
OthaG
OthaG - avatar
2 Réponses
+ 3
Left join and right join are the same. SELECT * FROM a LEFT JOIN b is the same as SELECT * FROM b RIGHT JOIN a It's sometimes more convenient to use one over the other, but using only left joins works too.
16th Sep 2017, 1:03 AM
Schindlabua
Schindlabua - avatar
+ 3
not yet 😂
15th Sep 2017, 9:25 PM
Luca
Luca - avatar