Aggregation w/o data?

What is the output of this query if no solutions satisify the WHERE clause?  An empty solution set or a solution set with a single solution having a binding of 0^^xsd:integer?

PREFIX : <http://example/>
SELECT (SUM(?lprice) AS ?totalPrice)
WHERE {
  ?book :price ?lprice .
}
GROUP BY ?book

Thanks,
Bryan

Received on Wednesday, 7 September 2011 13:18:41 UTC