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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
