Just trying out F# 3.0 and hit a bit of a wall when it comes to grouping by multiple columns. The obvious thing to try was
query { for d in context.table
When using groupBy you need to select an aggregating function (e.g. count, sum, avg...).