We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0272fb commit 29c666fCopy full SHA for 29c666f
MP SELECT Descendants.md
@@ -113,9 +113,11 @@ SELECT * FROM records ORDER BY path;
113
114
in which %SELECTOR% should be replaced according to the following table
115
116
+<pre>
117
| node set | %SELECTOR% |
118
|-------------|-------------------------------------|
119
| root nodes | `cats.path IN (tops.path)` |
120
| descendants | `cats.prefix like tops.path || '%'` |
121
| subtrees | `cats.path like tops.path || '%'` |
122
| children | `cats.prefix = tops.path` |
123
+</pre>
0 commit comments