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: B D

    This author has written 574 articles
    1. Home>
    2. B D>
    3. Page 2

    Neo4j – Sum Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    It takes a set of rows and an <property-name> of a node or relationship as input and finds the summation value from the given <property-name> column of given rows. Syntax…

    Continue ReadingNeo4j – Sum Function

    Neo4j – Min Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    It takes a set of rows and an <property-name> of a node or relationship as input and finds the minimum value from the given <property-name> column of given rows. Syntax…

    Continue ReadingNeo4j – Min Function

    Neo4j – Max Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:2 Comments

    It takes a set of rows and an <property-name> of a node or relationship as input and finds the maximum value from the given <property-name> column of the given rows.…

    Continue ReadingNeo4j – Max Function

    Neo4j – Count Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:2 Comments

    It takes the results from the MATCH clause and counts the number of rows present in that result and returns the count value. All CQL functions should use "( )"…

    Continue ReadingNeo4j – Count Function

    Neo4j – Aggregation Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    Like SQL, Neo4j CQL has provided some aggregation functions to use in the RETURN clause. It is similar to the GROUP BY clause in SQL. We can use these RETURN…

    Continue ReadingNeo4j – Aggregation Function

    Neo4j – Substring Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    It takes a string as input and two indexes: one is the start of the index and another is the end of the index and returns a substring from Start…

    Continue ReadingNeo4j – Substring Function

    Neo4j – Lower Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:1 Comment

    It takes a string as an input and converts it into lower case letters. All CQL functions should use "( )" brackets. Syntax Following is the syntax of the function lower() in…

    Continue ReadingNeo4j – Lower Function

    Neo4j – Upper Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:1 Comment

    It takes a string as an input and converts it into upper case letters. All CQL functions should use "( )" brackets. Syntax Following is the syntax of the function upper() in…

    Continue ReadingNeo4j – Upper Function

    Neo4j – String Functions

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    Like SQL, Neo4J CQL has provided a set of String functions to use in CQL Queries to get the required results. Here, we are going to discuss some of the…

    Continue ReadingNeo4j – String Functions

    Neo4j – Unwind Clause

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    The unwind clause is used to unwind a list into a sequence of rows. Example Following is a sample Cypher Query which unwinds a list. UNWIND [a, b, c, d]…

    Continue ReadingNeo4j – Unwind Clause
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • …
    • 58
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP