Want to display all Products with groupings
Posted: Thu Aug 05, 2010 11:09 am
Are there any sql queries out there to display
all the products in the database, grouped by Category, Vendor, etc.?
SELECT [Name] ,[Price] ,[ManufacturerId] ,[Sku] ,[ModelNumber] ,VisibilityId]
FROM ac_Products
but would need joins to other tables.
Has anyone have already written these queries?
all the products in the database, grouped by Category, Vendor, etc.?
SELECT [Name] ,[Price] ,[ManufacturerId] ,[Sku] ,[ModelNumber] ,VisibilityId]
FROM ac_Products
but would need joins to other tables.
Has anyone have already written these queries?