File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ SELECT * FROM records ORDER BY path;
114
114
in which %SELECTOR% should be replaced according to the following table
115
115
116
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 |
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
123
</pre >
You can’t perform that action at this time.
0 commit comments