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

xsparql.rdb.sqlQueryString.xsparql Maven / Gradle / Ivy

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