
xsparql.rdb.sqlQueryString.xsparql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
The newest version!
let $res := "
Select (Name || ID ) AS ""bandId""
, ID
, Name
from band
"
(: return $res :)
for row $row from sqlQuery($res)
return $row/bandId
(: let $y := :)
(: for $x in $y/b :)
(: return $x :)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy