We are having trouble figuring out how to do Aggregate funcions using
torque.  For example, how would you use the object model to do a select
like:
                
        Select Count(State),State from tblUser group by State


The only way we have figured out is to use the village classes directly to
build the select, iterating over the Results objects returned. Is there a
better way?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to