- From: Dimitrianos Savva <dimis.savva@gmail.com>
- Date: Wed, 19 Nov 2014 19:47:17 +0200
- To: public-sparql-dev@w3.org
Received on Friday, 21 November 2014 23:16:26 UTC
Hello,
What is the expected result set for the following query if we suppose that
the graph pattern in WHERE does not match any triple;
SELECT (sum(?c) as ?s)
WHERE{
?a ?b ?c .
FILTER (str(?a) = "something_that_not_exists")
}
GROUP BY ?a
If I am not wrong, the same query without the GROUP BY, must return error
(null).
Regards,
Dimis
Received on Friday, 21 November 2014 23:16:26 UTC