Answers for "sparql count distinct"

SQL
0

sparql count distinct

SELECT ?a (count(distinct ?a) as ?count)
WHERE {
    ?a ?b ?c
}
Posted by: Guest on June-04-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language