November 14, 2008 at 12:57 pm
Great yeah.. I will definitely try to use JOINS more than the where clause. I happen to alternate for some reason, but I'll try to stick to JOINS... I guess that's why they are there for! But thank you for the information and yes I did notice the parenthesis. 🙂
--
:hehe:
November 14, 2008 at 1:03 pm
November 14, 2008 at 1:06 pm
I find separating the join criteria from the filter criteria makes working with multiple table queries easier. Also, I would rewrite your current query using a CTE to replace the derived table. Would make the query even easier to read. You should give it a try.
November 14, 2008 at 1:27 pm
Most definitely Lynn. I guess i'll have to read abit about CTE tables over derived tables.. Thanks for the information 🙂
--
:hehe:
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply