Quantcast
Channel: Answers for "Join Question, need to return all "months&yr" for each project... even if 0"
Browsing index pages (4 articles)

Answer by ThomasRushton

I've tried it like this, and it seems to work: 1. Create your MonthYear list 2. Cross join that with all the project IDs 3. Left outer join the results of that against your main table. Here's some...

View Article


Answer by TelepathicSheep2

Figured it out, I'm using a UNION to add those rows where the DATE is not equal...

View Article


Answer by ThomasRushton

I've tried it like this, and it seems to work: 1. Create your MonthYear list 2. Cross join that with all the project IDs 3. Left outer join the results of that against your main table. Here's some...

View Article

Answer by TelepathicSheep2

Figured it out, I'm using a UNION to add those rows where the DATE is not equal...

View Article
Browsing index pages (4 articles)


Latest Images