mirror of https://gitee.com/bigwinds/arangodb
refixed typo: a user is correct.
This commit is contained in:
parent
e4460501e7
commit
80b9808646
|
@ -64,7 +64,7 @@ FOR u IN users
|
||||||
!SUBSECTION Horizontal lists
|
!SUBSECTION Horizontal lists
|
||||||
|
|
||||||
|
|
||||||
Note that in the above result, an user might be returned multiple times. This is the
|
Note that in the above result, a user might be returned multiple times. This is the
|
||||||
SQL way of returning data. If this is not desired, the friends' ids of each user
|
SQL way of returning data. If this is not desired, the friends' ids of each user
|
||||||
can be returned in a horizontal list. This will return each user at most once.
|
can be returned in a horizontal list. This will return each user at most once.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue