Thresholded count in subselect
Opened this issue · 0 comments
Aklakan commented
The projection of the sub select gets lost in the rewrite
Select (Count(*) As ?c) {
{ Select Distinct ?s { ?s ?p ?o } Limit 1000 }
}
Opened this issue · 0 comments
The projection of the sub select gets lost in the rewrite
Select (Count(*) As ?c) {
{ Select Distinct ?s { ?s ?p ?o } Limit 1000 }
}