Hi all,
I need to update a field which contains data.
For ex:
id fieldName
1 1,2
Now, I am getting 3,4 as another result which should be updated in id 1. That is now my result should be,
id fieldName
1 1,2,3,4
How can this be done using mysql.
Thanks in advance.