In MariaDB, CONCAT()
is a built-in string function that performs a string concatenation on its arguments. It returns the string that results from concatenating its arguments.
Concatenation is the operation of joining two or more strings end-to-end.
CONCAT()
accepts one or more arguments, all of which are returned as a single concatenated string.