Can I concatenate multiple rows into one field?

Forums SQLCan I concatenate multiple rows into one field?
Staff asked 2 years ago

Answers (1)

Add Answer
Umang Ramani Marked As Accepted
Staff answered 2 years ago

You can use CONCAT() Function

Ex:

SELECT CONCAT('SQL', ' is', ' fun!');

 

Subscribe

Select Categories