We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd23c7 commit 0954e42Copy full SHA for 0954e42
MP SELECT Descendants.md
@@ -114,10 +114,10 @@ SELECT * FROM records ORDER BY path;
114
in which %SELECTOR% should be replaced according to the following table
115
116
<pre>
117
-| <b>node set</b> | <b>%SELECTOR%</b> |
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 |
+| <b>node set</b> | <b>%SELECTOR%</b> |
+|-------------|------------------------------------|
+| root nodes | cats.path IN (tops.path) |
+| descendants | cats.prefix like tops.path || '%' |
+| subtrees | cats.path like tops.path || '%' |
+| children | cats.prefix = tops.path |
123
</pre>
0 commit comments