1.

What is the use of CONCAT() in Mysql?

Answer»

It is USED to CONCATENATE TWO or more strings.

Example

SELECT CONCAT('BestInterview', ' ', 'Question') AS 'Name';



Discussion

No Comment Found