File tree 3 files changed +6
-5
lines changed 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
`NOT_NULL(alternative, ...) → value`
8
8
9
- Return the first alternative that is not *null*, and *null* if all alternatives
10
- are *null* themselves.
9
+ Return the first element that is not *null*, and *null* if all alternatives
10
+ are *null* themselves. It is also known as `COALESCE()` in SQL.
11
11
12
12
- **alternative** (any, *repeatable*): input of arbitrary type
13
- - returns **value** (any):
13
+ - returns **value** (any): first non-null parameter, or *null* if all arguments
14
+ are *null*
14
15
15
16 !SUBSECTION FIRST_LIST()
16
17
Original file line number Diff line number Diff line change 1
- !CHAPTER Data model & modeling
1
+ !CHAPTER Data models & modeling
2
2
3
3
This chapter introduces ArangoDB's core concepts and covers
4
4
Original file line number Diff line number Diff line change 21
21
* [ Data models] ( Scalability/DataModels.md )
22
22
* [ Limitations] ( Scalability/Limitations.md )
23
23
#
24
- * [ Data model & modeling] ( DataModeling/README.md )
24
+ * [ Data models & modeling] ( DataModeling/README.md )
25
25
# * [ Collections] ( FirstSteps/CollectionsAndDocuments.md ) #TODO
26
26
* [ Concepts] ( DataModeling/Concepts.md )
27
27
* [ Databases] ( DataModeling/Databases/README.md )
You can’t perform that action at this time.
0 commit comments