Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: k A

    This author has written 777 articles
    1. Home>
    2. k A>
    3. Page 49

    XQuery – position Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The position function is used in FLOWR expression to get the position of an item in a sequence. Syntax position() Example XQuery Expression let $items := (1,2,3,4,5,6) return <result> <items> { for…

    Continue ReadingXQuery – position Function

    XQuery – last Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The last function is used to get the last item in the given sequence. Syntax last() Example XQuery Expression let $items := (1,2,3,4,5,6) let $lastElement := $items[last()] return <result> <lastElement>{$lastElement}</lastElement> </result> Output…

    Continue ReadingXQuery – last Function

    XQuery – index-of Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The index-of function is used to track items in the given sequence. It returns integers to indicate the availability of items in a given sequence. Syntax index-of($seq as anyAtomicType()*, $target as anyAtomicType())…

    Continue ReadingXQuery – index-of Function

    XQuery – reverse Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The reverse function is used to reverse the given sequence. This function returns the modified sequence but the original sequence is not altered. Syntax reverse($seq as item()*) Input Parameters $seq − provided sequence.…

    Continue ReadingXQuery – reverse Function

    XQuery – remove Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The remove function is used to remove an item in a given sequence from any position. This function returns the modified sequence but the original sequence is not altered. Syntax remove($seq as…

    Continue ReadingXQuery – remove Function

    XQuery – insert-before Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The insert-before function is used to insert an item in a given sequence at any position. This function returns the modified sequence but the original sequence is not altered. Syntax insert-before($seq as…

    Continue ReadingXQuery – insert-before Function

    XQuery – subsequence Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The subsequence function is used to get the sequence containing requested items present in a given sequence. Syntax subsequence($seq as item()*, $startingLoc as xs:double, $length as xs:double) Input Parameters $seq − provided sequence.…

    Continue ReadingXQuery – subsequence Function

    XQuery – distinct-values Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The distinct-values function is used to get the sequence containing unique items present in a given sequence. Syntax distinct-values($seq as item()*) Input Parameters $seq − provided sequence. A sequence can contain 0 or…

    Continue ReadingXQuery – distinct-values Function

    XQuery – max Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The max function is used to get the maximum valued item present in a sequence. Syntax max($seq as item()*) Input Parameters $seq − provided sequence. A sequence can contain 0 or more items.…

    Continue ReadingXQuery – max Function

    XQuery – min Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The min function is used to get the minimum valued item present in a sequence. Syntax min($seq as item()*) Input Parameters $seq − provided sequence. A sequence can contain 0 or more items.…

    Continue ReadingXQuery – min Function
    • Go to the previous page
    • 1
    • …
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • …
    • 78
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP