Hello,
What i have is a simple SQL query to show all the manufacturers in my table - quite simply by usingBut what I would like is to have another query inside the one above? would that work? This one would show all the Models within the Manufacturers.HTML Code:SELECT manufacturer FROM table GROUP BY manufacturer
E.g.
Make 1
Make 1 product 1, Make 1 product 2, Make 1 product 3
Make 2
Make 2 product 1, Make 2 product 2, Make 2 product 2
Or is there an easier way to do this?
Thanks for your time![]()



Reply With Quote

Bookmarks