Does sqlalchemy support SQL IF? For example:

select date, if(proxy_user_id <> 1, count(distinct address_id), 0)
from table group by date;

I've solved this using literal SQL in Query() parameters but may be I
can do it using ORM.


-- 
Diego Woitasen
XTECH

--

You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to