flwor Questions
1
Solved
I can't find an explanation on the following. I've made this test script in order to solve my previous question.
xquery version "3.0" ;
declare default function namespace 'local' ;
declare functi...
Denominative asked 11/1, 2018 at 2:40
2
Solved
I am using SQL Server 2008 R2. My problem is that I want to count number of hits that i receive from XQuery query using FLWOR. For each hit, I want a consecutive number, like: 0,1,2,3,4...
My quer...
Chemmy asked 10/9, 2013 at 10:22
3
Solved
I am trying to find employees who work on projects located in Houston but the department the project is housed in is not located in Houston. I was trying to model the expression after this example ...
1
© 2022 - 2024 — McMap. All rights reserved.