Hi,
I have the query below returns 2 rows, I would like to concatenate it into one row.
select seq, textnumber, textvalue from mytbl where textnumber =1234
Current Results
I would like the results show as below.
Thanks
Hi,
I have the query below returns 2 rows, I would like to concatenate it into one row.
select seq, textnumber, textvalue from mytbl where textnumber =1234
Current Results
I would like the results show as below.
Thanks