In my database, we have a column called deleteList which holds comma separated values. How can I append values to an existing record in the database?
In my database, we have a column called deleteList which holds comma separated values.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to UPDATE the second time if you want to concatenate the values.
where
NEWVALUEis the value you want to add on the listcolNameis the key that identifies the row to be updated.