Skip to content

Commit e8127b3

Browse files
committed
Update MP SELECT Ancestors.md
1 parent 3e2c667 commit e8127b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MP SELECT Ancestors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ WITH
8080
SELECT * FROM ancestors;
8181
~~~
8282

83-
Blocks *json_nodes* through *tops* constitute the same [prologue](select-desc#prologue). The *prefixes* block retrieves node prefixes from the *categories* table (alternatively, prefixes could be calculated from the input by stripping the last path parts). *json_prefixes* prepares "nested doll" JSON objects, and the *ancestors* block generates ancestor lists. The last block temporarily escapes any periods in names by replacing them with '\^#\^' at the beginning and performing the inverse replacement at the end.
83+
Blocks *json_nodes* through *tops* constitute the same prologue as [before](select-desc#prologue). The *prefixes* block retrieves node prefixes from the *categories* table (alternatively, prefixes could be calculated from the input by stripping the last path parts). *json_prefixes* prepares "nested doll" JSON objects, and the *ancestors* block generates ancestor lists. The last block temporarily escapes any periods in names by replacing them with '\^#\^' at the beginning and performing the inverse replacement at the end.

0 commit comments

Comments
 (0)