You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
I'd also add that if your TIMESTAMP is indexed, you'll want to compare it using BETWEEN "date 00:00:00 " / "date 23:59:59" (pseudocode) for better efficiency.
Jonathan Vanasco
unread,
Apr 30, 2012, 6:02:17 PM4/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
thanks to you both!
i managed to just now figure out how to do it with sql.expression.cast
as well :