
Taylor Han
2,405 PointsSQL concatenation question
Hello!
Trying to combine first_name , last_name, and email into one column aliased as "to_field" but it says that currently the email is being retrieved in the wrong format. I've tried each way I can think of, but no luck. Thanks!
1 Answer

Steven Parker
205,347 PointsMake sure you are adding the spaces and symbols between the items as shown in the example. If you still have trouble, show your complete query code here for more specific help.
Taylor Han
2,405 PointsTaylor Han
2,405 PointsWill do, thanks!