Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/basic/graphs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Count the number of rows that need to be filled up.

.. literalinclude:: ../scripts/basic/graphs/fill_columns_2.txt

Not expecting to be done due to the fact that some vertices are dead ends.
Do not expect this count to be the same as the total number of rows in the vertices table, because some nodes are dead ends: some vertices will only be sources and others only targets, so not all rows can be updated.

.. literalinclude:: ../scripts/basic/graphs/graphs.sql
:language: sql
Expand Down