An article and comments SQL query - efficient
- by joe khan
Hi there,
What'd be the most effective and efficient sql query to grab an article and the comments?
It'd be two tables (articles, comments.) Would it be best to have it in one SQL query or two SQL querys? Speed is the main concern.
Thanks in advance