Re: Duplicate columns and group keys

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