View Single Post
  #2 (permalink)  
Old 11-03-09, 11:46 AM
carters-site's Avatar
carters-site carters-site is offline
Wannabe Coder
 
Join Date: Sep 2009
Location: Moline, IL
Posts: 100
Thanks: 2
Thanked 1 Time in 1 Post
IF there keys you can join the tables on you should do so. Also you can use SELECT DISTINCT to elimate dup rows if they are in fact the same.

Another tip is to only query for the actual data you need.

You original link to your query does not work you can just post the query in between some code blocks on this forum and we can look at it there. Your schema is also helpful.
Reply With Quote