Neo4j CQL - Introduction
Neo4j CQL - Introduction
Neo4j CQL
Neo4j CQL supports many clauses such as WHERE, ORDER BY, etc., to write very
complex queries in an easy manner.
5 LOAD CSV This clause is used to import data from CSV files.
Page 2 of 5
We will discuss all Neo4j CQL commands, clauses and functions syntax, usage and
examples in-detail in the subsequent chapters.
Explore our latest online courses and learn new skills at your own pace. Enroll and
become a certified expert to boost your career.
CQL Operators
Following are the list of operators supported by Neo4j Cypher Query language.
1 Mathematical +, -, *, /, %, ^
4 String +
6 Regular Expression =-
Boolean
Sr.No Description
Operators