Interview Questions

How do you concatenate strings in MySQL?

MySQL and SQL


(Continued from previous question...)

How do you concatenate strings in MySQL?

CONCAT (string1, string2, string3)

(Continued on next question...)

Other Interview Questions