This perfectly returns all the email in the column regEmail from the table tblXUDUserRegistration.
Now how can I get the same query with a comma (,) at the end of each value?
SELECT regEmail FROM [db182324492].[dbo182324492].[tblXUDUserRegistration]
IE.
someemail@myemail.com,
someemail@myemail2.com,
someemail@myemail3.com,
Like this: