1. In SQL, what is the difference between the Concat function and the Concat_WS function?
Answer-
Difference b/w the Concat function and the Concat_WS function-
Concat function-
Select CONCAT('The','House') AS 'result';
Result:
Concat_WS function-
Select CONCAT_WS(' ','The','House') AS 'result':
Result:
Note- Please do upvote, if any problem then comment in
box sure I will help.
Get Answers For Free
Most questions answered within 1 hours.