Computer Science, asked by qjebqkcy3157, 1 year ago

Appending data to a MySQL field that already has data in it?

Answers

Answered by Student213
0

Appending data to a MySQL field that already has data in it? You can append data to a MySQL database field with the help of in-built CONCAT() function. Here is the query to append the data ”Taylor” to the data already in the column. Therefore, the data will get appended.

Similar questions