Hi All,
     I am working on a query in SQLite  - Where I can search on some data 
for last 7 days - 

SQLite raw sql query  is as follows: 
query = db.executesql("SELECT ticket_no, description FROM issues where 
date_today between datetime ('now', '-6 days') AND datetime ('now', 
'localtime')")

I need to know the equivalent DAL version of it. Any help would be much 
appreciated. 

Rahul

-- 

--- 
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/groups/opt_out.


Reply via email to