Skip to content

Commit

Permalink
Update yield.md (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 6, 2022
1 parent 0523bfe commit 85c1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/8.clauses-and-options/yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ YIELD [DISTINCT] <col> [AS <alias>] [, <col> [AS <alias>] ...]
```

| Parameter | Description |
|--------------+---------------------------------------------------------------------------------------------------------|
|--------------|---------------------------------------------------------------------------------------------------------|
| `DISTINCT` | Aggregates the output and makes the statement return a distinct result set. |
| `col` | A field to be returned. If no alias is set, `col` will be a column name in the output. |
| `alias` | An alias for `col`. It is set after the keyword `AS` and will be a column name in the output. |
Expand Down

0 comments on commit 85c1b93

Please sign in to comment.