I mean , in SQL , can easily queried as 'Select MAX(TimeStamp) as "MaxTS" from email_data;'
How should i do with Web2py's DAL? On 6/5/11, Phyo Arkar <[email protected]> wrote: > I have not keep in touch with new features of web2py DAL since web2py > 1.7x , Can you guys list me a few shortcuts? i dont know where to > find in book too. > > I need to finx Max value of a field , sorting by desc and getting > first result is easy but i do not want to repeat what is already > there. is there a Max function to get max value in DAL? >

