Let's say that I have:
SET @fname := "James", @mname := "Robert", @lname := "Maxon";
How would I set a variable that would contain the concatenated result of the above variables?
Let's say that I have:
SET @fname := "James", @mname := "Robert", @lname := "Maxon";
How would I set a variable that would contain the concatenated result of the above variables?