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
  • XQuery

    1. Home>
    2. XQuery>
    3. Page 3

    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

    XQuery – avg Function

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

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

    Continue ReadingXQuery – avg Function

    XQuery – sum Function

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

    The sum function is used to get the sum of total items present in a sequence. Syntax sum($seq as item()*) Input Parameters $seq − provided sequence. Sequence can contain 0 or more items.…

    Continue ReadingXQuery – sum Function

    XQuery – count Function

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

    The count function is used to count the total items present in a sequence. Syntax count($seq as item()*) Input Parameters $seq − provided sequence. Sequence can contain 0 or more items. Example XQuery…

    Continue ReadingXQuery – count Function

    XQuery – Sequence Functions

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    The following table lists the commonly used sequence functions provided by XQuery. Sr.NoName & Description1count Function Counts the items in a sequence.2sum Function Returns the sum of the items in…

    Continue ReadingXQuery – Sequence Functions

    XQuery – Sequences

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    Sequences represent an ordered collection of items where items can be of similar or of different types. Creating a Sequence Sequences are created using parenthesis with strings inside quotes or…

    Continue ReadingXQuery – Sequences

    XQuery – XPath

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    XQuery is XPath compliant. It uses XPath expressions to restrict the search results on XML collections. For more details on how to use XPath, see our XPathOverview Recall the following XPath…

    Continue ReadingXQuery – XPath
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP