Subject | Re: wrong ordering in WITH RECURSIVE query |
---|---|
Author | |
Post date | 2019-04-16T08:40:28Z |
Hi, thank you for reply
But this ordering totaly damage the tree structure
Because PORADI is only relative to parent node, so all child nodes starting with 1
If I change the query as you recommend, the set is sorted in way
1. all first nodes
2. all second nodes
3. all third nodes
....
Any other advices??
Thank you,
Tomas