Does anyone know if its possible to use SQLObject/ SQLBuilder to build
queries like:

  SELECT d.keyword, count(d.keyword) c FROM db.searches
  GROUP BY d.keyword
  ORDER BY c DESC;

The result of such a query arent SQLObject instances them self. Yet it
is quite common to have such queries as properties. It would be really
nice to do this in db agnostic manner using SQLObject.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to