79
MySQL CONCAT() Function
Concat() is a Sring function of MySQL This method returns a string by concatenating all the arguments. It can have more than one argument.
Syntax
Example 1
Output:
Example 2
Output:
Next TopicMySQL String