Skip to content

Commit 0954e42

Browse files
committed
Update MP SELECT Descendants.md
1 parent bcd23c7 commit 0954e42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MP SELECT Descendants.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ SELECT * FROM records ORDER BY path;
114114
in which %SELECTOR% should be replaced according to the following table
115115

116116
<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 |
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 |
123123
</pre>

0 commit comments

Comments
 (0)