All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg-sparql-1.1.aggregates.agg-err-02.xsparql Maven / Gradle / Ivy

The newest version!
prefix xsd: 
prefix : 

{for $g 
(avg(if(isnumeric($p), $p, coalesce(xsd:double($p),0))) as $avg) 
from  where {
  $g :p $p .
}
group by $g

return 
 
	{$g}
	{$avg}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy