- From: Gregory Williams <greg@evilfunhouse.com>
- Date: Tue, 8 Jun 2010 12:22:08 -0400
- To: Steve Harris <steve.harris@garlik.com>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
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