On Thu, Jun 18, 2009 at 2:06 AM, rishikesh<[email protected]> wrote: > > I have a sub-query which selects some rows from a table. I want to > concatenate these rows in a single row. > > Example: > > Column1 > Row1 > Row2 > Row3 > Row4 > > I want this result as: > Column1 > Row1Row2Row3Row4 > > Looking for a solution with "Single" query
Well, your example is too abstract to provide an actual query, but you would have to use JOINs to do this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
