Hello,
I have a delima, and im not really sure if this possible. But i have a table like lets say
id | data1
1 this
2 that
3 stuff
i want to be able to return this as one row with the data from data1 in one column inside colons each seperated by commas.
so the result would be
1 Column
'this', 'that', 'stuff'
can anyone help me with this.
Thank you,
rams
I have a delima, and im not really sure if this possible. But i have a table like lets say
id | data1
1 this
2 that
3 stuff
i want to be able to return this as one row with the data from data1 in one column inside colons each seperated by commas.
so the result would be
1 Column
'this', 'that', 'stuff'
can anyone help me with this.
Thank you,
rams
ram