I want to export a list of email addresses ready to be copy and pasted into a distibution list for an email.
The select statement is simple:
select user_email from user_list where other = 'Y'
What do I need to do to add an ';' to the end of each email?
Im looking to product: [email protected];[email protected]; ect