I have a database of data, which will periodically update the older entries or newly inserted entries, depending on how old the entry is, or if it was a newly created entry.
For instance, the availability of a website. Someone adds a new website, date created is request.now I schedule a worker to scan the db for the min date created, and min date updated This entry comes up, I perform the check and update the db etc The question is how to write the query to get min for two date fields... Thank you guys. I appreciate your help. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

