- From: Bryan Thompson <bryan@systap.com>
- Date: Wed, 7 Sep 2011 08:17:54 -0500
- To: "public-rdf-dawg-comments@w3.org" <public-rdf-dawg-comments@w3.org>
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