hi! is there a another way to to the following query with sqlalchemy? SELECT COUNT( DISTINCT somecol ) from sometable
at the moment i do: select( [ "COUNT( DISTINCT somecol )" ], from_obj = [ sometable ] ) thank you, sifu ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users