1
0
Fork 0
arangodb/Documentation/Books/AQL/Fundamentals
Arne de Laat 74a0ea33ba Fix endquote of example string literal. (#3747) 2017-11-21 13:53:12 +01:00
..
BindParameters.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
DataTypes.md Fix endquote of example string literal. (#3747) 2017-11-21 13:53:12 +01:00
DocumentData.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
QueryErrors.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
QueryResults.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Syntax.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
TypeValueOrder.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +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.