Joining a subquery multiple times
Is there way to join a subquery multiple times?
For example, I have this subquery:
I'm trying to join the query once for the "current year" data, and again for the "previous year" data based on a date range.
0 Replies