Neo4j Tutorial
Neo4j CQL
Neo4j CQL Write Clauses
Neo4j CQL Read Clause
Neo4j CQL General Clauses
Neo4j CQL Functions
Neo4j CQL Admin
Neo4j Useful Resources
Selected Reading
Neo4j CQL
Neo4j CQL Write Clauses
- Neo4j - Foreach Clause
- Neo4j - Remove Clause
- Neo4j - Delete Clause
- Neo4j - Set Clause
- Neo4j - Merge Command
Neo4j CQL Read Clause
Neo4j CQL General Clauses
- Neo4j - Unwind Clause
- Neo4j - With Clause
- Neo4j - Skip Clause
- Neo4j - Limit Clause
- Neo4j - Order By Clause
- Neo4j - Return Clause
Neo4j CQL Functions
Neo4j CQL Admin
Neo4j Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Neo4j - String Functions
Neo4j - 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 pst of prominent String functions in Neo4j.
Sr.No | Function & Description |
---|---|
1 | It is used to change all letters into upper case letters. |
2 | It is used to change all letters into lower case letters. |
3 | It is used to get substring of a given String. |
4 | Replace
It is used to replace a substring with a given substring of a String. |