1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Simran 0a237fb10c
Doc - Rework AQL Data Types page (#8287)
2019-03-04 16:16:25 +01:00
..
BindParameters.md
DataTypes.md Doc - Rework AQL Data Types page (#8287) 2019-03-04 16:16:25 +01:00
DocumentData.md
QueryErrors.md
QueryResults.md
README.md Doc - Training material links (#6683) 2018-10-17 23:52:35 +02:00
Syntax.md Doc - ArangoSearch documentation update (#6323) 2018-09-05 18:17:45 +02:00
TypeValueOrder.md Doc - Configuration refactor 2 (#6378) 2018-09-05 19:39:39 +02:00

README.md

AQL Fundamentals

  • AQL Syntax explains the structure of the AQL language.
  • Data Types describes the primitive and compound data types supported by AQL.
  • Bind Parameters: AQL supports the usage of bind parameters. This allows to separate the query text from literal values used in the query.
  • Type and value order: AQL uses a set of rules (using values and types) for equality checks and comparisons.
  • Accessing Data from Collections: describes the impact of non-existent or null attributes for selection queries.
  • Query Results: the result of an AQL query is an array of values.
  • Query Errors: errors may arise from the AQL parsing or execution.

Learn more about optimizing your queries by going through the Performance Course.