Skip to content

Commit

Permalink
Update return.md (kuzudb#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
semihsalihoglu-uw authored Jul 11, 2024
1 parent 3010a36 commit dfcc2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/cypher/query-clauses/return.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The semantics is exactly the same as SQL's semantics, which is a 3-step process:
1. For each group G, compute the (or or more) aggregations in the query.
1. Output for each group G, G's key(s) and the result of the aggregations.

You can find the list of aggregation functions supported in Kùzu [here](../expressions/aggregate-functions).
You can find the list of aggregation functions supported in Kùzu [here](../../expressions/aggregate-functions).

:::caution[Note on NULLS]
The handling of NULLs in group by keys and values also follow the SQL semantics:
Expand Down

0 comments on commit dfcc2bf

Please sign in to comment.