Expressing multiple repeated joins as a correlated subquery
In yesterday’s post, we looked at retrieving information from a table by joining it multiple times—each with different join criteria. This raises a natural question: are there better alternatives to this approach?
I initially experimented with a CASE...
datawise.dev2 min read