Hello all,
i'm sure this is a very simple question, but i can't get the answer anywhere...
How would you code an xsds query in order to get the max value of a table?
for example:
"SELECT MAX(AGE) FROM PERSON"
I've tried some things like:
personEntity.$query().$max(personEntity.age)
Thanks