MySQL LIMIT or GROUP?

2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 9, 2009   (RSS)

By ncasares - June 8, 2009

I have a table that looks like:

- Manufacturer
- Name
- Price

I'd like to display results that are limited to 3 rows per manufacturer, but I'm struggling with the query. Does anyone know how to do this? I'm assuming I would need to invoke GROUP then somehow LIMIT the results, but I'm lost on the syntax.

Thanks.