How do I write an expression (in sqlalchemy 0.4.6) that will generate
the following expression:

select count(distinct  field1, field2)   from tableA;

I know how to do it for one field and I know how to do it with no
count using distinct=True, but not this combination.

-- 
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