The MySQL CONCAT() function concatenates two or more strings by adding them together and returning the concatenated string. It will return a non-binary string if all arguments are non-binary, and a binary string if any argument is binary. Numeric arguments are also converted to their binary string equivalent. The CONCAT() function takes two or more string arguments and returns their concatenated value.