Hi Richard -- When using special DB features, sometimes it's best just to fall back to the old "executesql" function. It works really well for those complex joins and special functions that are just too seldom-used to be special-cased in the DAL.
In fact, when I was forced to use it not long ago, I was amazed at how simple and direct it was. It really made a messy query into a clean one. -- Joe On Wednesday, May 14, 2014 7:46:20 AM UTC-7, Richard wrote: > > Hello, > > Is there a way to do string_agg() with in web2py for a query that have > groupby clause? > > Richard > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

