Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion data-explorer/kusto/query/graph-to-table-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ The `graph-to-table` operator returns a tabular result, in which each row corres

### Nodes and edges

The `graph-to-table` operator returns two tabular results, matching the previous descriptions.
The `graph-to-table` operator can return nodes and edges as separate tabular results using the [as operator](as-operator.md).
Each result is assigned a name, and the `graph-to-table` statement must terminate with a semicolon.
After that, additional tabular expressions (also separated by semicolons) can be used to return the named results.

## Examples

Expand Down