I have a table which contains 3 columns, fname Lname and description. I want to take the values of Fname and Lname and append them to description (Move this data to the end of the description field without overwriting the current info in the field). Is this possible with MySQL at all?
I have a table which contains 3 columns, fname Lname and description . I
Share
1 Answer