Viewing 2 posts - 1 through 2 (of 2 total)
The problem is that you are doing a left outer join to REQUEST_TEXT.
If you do an inner join, the condition (WHERE TEXT_LINE_CODE <> 'RAQA') will result in these lines being...
January 26, 2011 at 6:18 pm
#1278888
If you drop the 'AND d.y=c.y' condition from the last join, the results from the two queries are identical (as you would expect).
Including it gives you different subsets of the...
August 19, 2010 at 5:15 pm
#1209421