CONCAT_WS() function is used to concatenate two or more string with seperator into a single string.
Example
SELECT CONCAT_WS(',',first_name,second_name) FROM employee
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.