You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now need to bind the headers as strings and cast to an int:
.transform(xquery("declare variable $in.headers.myParamValue as xs:string external; {for $x in /bookstore/book where $x/price>($in.headers.myParamValue cast as xs:integer) order by $x/title return $x/title}"));
The text was updated successfully, but these errors were encountered:
Now need to bind the headers as strings and cast to an int:
.transform(xquery("declare variable $in.headers.myParamValue as xs:string external; {for $x in /bookstore/book where $x/price>($in.headers.myParamValue cast as xs:integer) order by $x/title return $x/title}"));
The text was updated successfully, but these errors were encountered: