La fonction table()
combine plusieurs valeurs en une seule ligne d'un tableau.
Arguments:
- Toute valeur
( _uuid
de NODE/EDGE, ne supporte pas PATH) - ...
Retourne:
- Tableau
Utilisation Courante
Exemple : Calcul direct
uncollect [1,2] as a uncollect [3,4] as b return table(a, b)
| a | b | |---|---| | 1 | 3 | | 2 | 4 |
Exemple : Multiplier et calculer
uncollect [1,2] as a uncollect [3,4] as b with table(a, b) as c return c
| a | b | |---|---| | 1 | 3 | | 1 | 4 | | 2 | 3 | | 2 | 4 |
All- All
- GQL
- UQL
- Algorithms
- Java Driver
- Python Driver
- Go Driver
- Node.js Driver
- C# Driver
- Restful API Driver
- Transporter
- Manager
| closeNo search results.
Please complete the following information to download this book*公司名称不能为空*公司邮箱必须填写*你的名字必须填写*你的电话必须填写ULTIPA GRAPH QUERY LANGUAGE PLAYGROUND