Would you please help me perform this T-Sql query using llbl :
SELECT ProductId, ColorId, SizeId,count( ProductId) FROM Instocks group by ProductId, ColorId, SizeId order by ProductId,ColorId, SizeId
What have you tried yourself? (and have you looked at the docs which describe grouping in e.g. linq, queryspec and ourlowlevel api?)