8000 Docs: Data model -> Data models, note that NOT_NULL() is equal to SQL… · lethalbrains/arangodb@0de1a20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0de1a20

Browse files
committed
Docs: Data model -> Data models, note that NOT_NULL() is equal to SQL's COALESCE()
1 parent e0800cf commit 0de1a20

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Documentation/Books/AQL/Functions/Miscellaneous.mdpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
`NOT_NULL(alternative, ...) → value`
88

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.
1111

1212
- **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*
1415

1516
!SUBSECTION FIRST_LIST()
1617

Documentation/Books/Manual/DataModeling/README.mdpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!CHAPTER Data model & modeling
1+
!CHAPTER Data models & modeling
22

33
This chapter introduces ArangoDB's core concepts and covers
44

Documentation/Books/Manual/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* [Data models](Scalability/DataModels.md)
2222
* [Limitations](Scalability/Limitations.md)
2323
#
24-
* [Data model & modeling](DataModeling/README.md)
24+
* [Data models & modeling](DataModeling/README.md)
2525
# * [Collections](FirstSteps/CollectionsAndDocuments.md) #TODO
2626
* [Concepts](DataModeling/Concepts.md)
2727
* [Databases](DataModeling/Databases/README.md)

0 commit comments

Comments
 (0)
0