Hello All,
I have a table with the following fields: Notification, Act Item, Act Code Grp, Act Code, Act No, and ACT_TXT.
When I perform a GROUP BY on the fields Notification, Act Item, Act Code Grp, Act Code, and Act No, I get one or more records.
I need assistance in concatenating the ACT_TXT field so that I have a single record for each group in another table with concatenated ACT_TXT field of them .
I have a table with the following fields: Notification, Act Item, Act Code Grp, Act Code, Act No, and ACT_TXT.
When I perform a GROUP BY on the fields Notification, Act Item, Act Code Grp, Act Code, and Act No, I get one or more records.
I need assistance in concatenating the ACT_TXT field so that I have a single record for each group in another table with concatenated ACT_TXT field of them .