Re: another aggregates test case...

On Jun 8, 2010, at 12:05 PM, Steve Harris wrote:

> Is effectively the same as
> 
> SELECT COUNT(?o) AS ?c
> WHERE {
>  ?s ?p ?o .
> }
> GROUP BY 1

This is a small and unrelated issue, but I wanted to know if this GROUP BY syntax is meant to be legal. Right now I think the grammar requires the (more ugly in this case) bracketted expression:

GROUP BY (1)

thanks,
.greg

Received on Tuesday, 8 June 2010 16:22:38 UTC