- From: Gregory Williams <greg@evilfunhouse.com>
- Date: Thu, 30 Sep 2010 14:28:16 -0400
- To: Lee Feigenbaum <lee@thefigtrees.net>
- Cc: Andy Seaborne <andy.seaborne@epimorphics.com>, SPARQL Working Group <public-rdf-dawg@w3.org>
On Sep 30, 2010, at 8:51 AM, Lee Feigenbaum wrote: >> # Duplicate group by variable >> SELECT ?s >> { >> ?s ?p ?o >> } GROUP BY ?s ?s > > I haven't tried this, but I'd expect this just works the same as GROUP BY ?s - is there a subtlety here that I'm missing? This is what I'd expect as well, but it seems my implementation is hitting a bug when I try to run it, so it's only an expectation at this point :) .g
Received on Thursday, 30 September 2010 18:29:09 UTC