Hello!

I have asked similar question in another thread but decided to reformulate
it here.

Let's assume we have the following query:

select ?s count(?s)
where
{
 ?s ?p ?o .
 //some filtering logic here
}
GROUP BY ?s

count(?s) will return count for each group (as expected). But I need total
?s quantity (for paging). The obvious decision is just to make one more
query for retrieving total count... but may be Virtuoso has some special
functionality for that.

Regards,
Alexander

Reply via email to