I have a table as below:
Code Text Sequence
------ --------------- -----------
444123 Happy 1
444123 Go 2
444123 Lucky 3
I would like to run a query that will return the following:
Code Text
------ ----------------
222123 Happy Go Lucky
I'm hoping that this is possible, but haven't found a way as yet. I am using VCQ (Visual Cyberquery) application to interogate a progress database.
Anyone have any ideas????
Thanks
Code Text Sequence
------ --------------- -----------
444123 Happy 1
444123 Go 2
444123 Lucky 3
I would like to run a query that will return the following:
Code Text
------ ----------------
222123 Happy Go Lucky
I'm hoping that this is possible, but haven't found a way as yet. I am using VCQ (Visual Cyberquery) application to interogate a progress database.
Anyone have any ideas????
Thanks