summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/aggregates/aggregate-distinct-1.rq
blob: 3363920204b7376d6c46989adebba1915c22e609 (plain)
1
2
3
4
PREFIX : <http://example/> 

SELECT AVG(?w) AVG(DISTINCT ?w) 
{ ?_x :i2 ?w }