Home » MySQL String CONCAT() Function

MySQL String CONCAT() Function

by Online Tutorials Library

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:

MySQL String CONCAT() Function

Example 2

Output:

MySQL String CONCAT() Function

Next TopicMySQL String

You may also like