Skip to content

Commit bcd23c7

Browse files
committed
Update MP SELECT Descendants.md
1 parent 7d58e81 commit bcd23c7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

MP SELECT Descendants.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ SELECT * FROM records ORDER BY path;
113113

114114
in which %SELECTOR% should be replaced according to the following table
115115

116-
117-
| node set | %SELECTOR% |
118-
|-------------|-------------------------------------------------|
119-
| root nodes | <pre>cats.path IN (tops.path)</pre> |
120-
| descendants | <pre>cats.prefix like tops.path \|\| '%'</pre> |
121-
| subtrees | <pre>cats.path like tops.path \|\| '%'</pre> |
122-
| children | <pre>cats.prefix = tops.path</pre> |
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 |
123+
</pre>

0 commit comments

Comments
 (0)