In JCR SQL I was using select * from mgnl:contentNode where path like '/path/to/node/%'
In JCR SQL2 I am trying to use SELECT * FROM [mgnl:contentNode] WHERE ISCHILDNODE([/path/to/node]) But the result is not in document order. What can I do? Thank you -- View this message in context: http://jackrabbit.510166.n4.nabble.com/ischildnode-and-order-by-tp4656882.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
