How do you concatenate strings in MySQL?

Using CONCAT method you can concatenate strings in MySQL.

Example :
CONCAT (string1, string2, string3)

Leave a Reply

Your email address will not be published. Required fields are marked *