La fonction table() combine plusieurs valeurs en une seule ligne d'un tableau.
Arguments:
- Toute valeur ( _uuidde NODE/EDGE, ne supporte pas PATH)
- ...
Retourne:
- Tableau Utilisation CouranteExemple : 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 bookULTIPA GRAPH QUERY LANGUAGE PLAYGROUNDCopyright © 2019-2025 Ultipa Inc. – All Rights Reserved | Security | Legal Notices | Web Use Notices
 
        