News

P>I think Group By is the proper clause to use for that, but I'm not sure how it works or how to use it.<P>Sample SQL Statement:<P>SELECT * FROM links,categories WHERE links.category_ID=categories ...