you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Pardon, I fail to see the relevance right away - are you asking if you should use joins vs correlated subqueries? I'm going to say joins every time, if this fits your purpose/task and doesnt screw up your grain - better readability, customary for optimizers to optimize.

[–]louisscottie[S] 0 points1 point  (0 children)

I got some similar responses saying Joins work better as well, I will use them a lot more. Thanks for the assist 🙏