Friday 05 December 2008 2:17:53 am
Hello, I need to fetch node with highest value of attribute. In SQL qouery its easy
SELECT MAX(attribute) as whatever FROM ...
But I have no idea how to do this in template functions or operators. Thank you very much for your answer.
|