美文网首页
CQLFunctions

CQLFunctions

作者: 韩维思 | 来源:发表于2018-11-23 10:36 被阅读0次

String Functions

Like SQL, Neo4j CQL has provided a set of String functions to use them in CQL Queries to get the required results.

Here, we are going to discuss some of the important and frequently used functions.

String Functions List

Following is the list of prominent String functions in Neo4j.


String Functions List

Aggregation Function

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

We can use this RETURN + Aggregation Functions in MATCH command to work on a group of nodes and return some aggregated value.

AGGREGATION Functions List

Following is the list of aggregation functions in Neo4j.

AGGREGATION Functions List

相关文章

  • CQLFunctions

    String Functions Like SQL, Neo4j CQL has provided a set o...

网友评论

      本文标题:CQLFunctions

      本文链接:https://www.haomeiwen.com/subject/sqdrqqtx.html