File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
3.10/aql/high-level-operations
3.11/aql/high-level-operations
3.12/aql/high-level-operations Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33menuTitle : REPLACE
44weight : 60
55description : >-
6- You can use `REPLACE` operations to replace documents in a collection by
7- replacing all their attributes except the document keys, IDs, and revisions
6+ The `REPLACE` operation removes all attributes of a document and sets the
7+ given attributes, excluding immutable system attributes
88archetype : default
99---
1010Each ` REPLACE ` operation is restricted to a single collection, and the
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33menuTitle : UPDATE
44weight : 55
55description : >-
6- You can use `UPDATE` operations to partially update documents in a collection
7- by adding or updating specific attributes
6+ The `UPDATE` operation partially modifies a document with the given attributes,
7+ by adding new and updating existing attributes
88archetype : default
99---
1010Each ` UPDATE ` operation is restricted to a single collection, and the
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33menuTitle : REPLACE
44weight : 60
55description : >-
6- You can use `REPLACE` operations to replace documents in a collection by
7- replacing all their attributes except the document keys, IDs, and revisions
6+ The `REPLACE` operation removes all attributes of a document and sets the
7+ given attributes, excluding immutable system attributes
88archetype : default
99---
1010Each ` REPLACE ` operation is restricted to a single collection, and the
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33menuTitle : UPDATE
44weight : 55
55description : >-
6- You can use `UPDATE` operations to partially update documents in a collection
7- by adding or updating specific attributes
6+ The `UPDATE` operation partially modifies a document with the given attributes,
7+ by adding new and updating existing attributes
88archetype : default
99---
1010Each ` UPDATE ` operation is restricted to a single collection, and the
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33menuTitle : REPLACE
44weight : 60
55description : >-
6- You can use `REPLACE` operations to replace documents in a collection by
7- replacing all their attributes except the document keys, IDs, and revisions
6+ The `REPLACE` operation removes all attributes of a document and sets the
7+ given attributes, excluding immutable system attributes
88archetype : default
99---
1010Each ` REPLACE ` operation is restricted to a single collection, and the
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33menuTitle : UPDATE
44weight : 55
55description : >-
6- You can use `UPDATE` operations to partially update documents in a collection
7- by adding or updating specific attributes
6+ The `UPDATE` operation partially modifies a document with the given attributes,
7+ by adding new and updating existing attributes
88archetype : default
99---
1010Each ` UPDATE ` operation is restricted to a single collection, and the
You can’t perform that action at this time.
0 commit comments