Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Need help with a WHERE statement

    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...

  • RE: SQL Execution Order with multiple Joins

    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...

Viewing 2 posts - 1 through 2 (of 2 total)