Question
Inserting a list with 1 query
Hi
I have a list of email addresses seperated by a comma.
I want to insert all of those email address into a table using 1 query.
Is that possible?
Here is my the list i have...
<Cfset mylist = "andt@mybub.com,del@fusebox.co.za,greg@fusebox.co.za,al@fusebox.co.za,moddit@telkomssa.com">
Is it possible to insert using 1 query?
Thanks in advance.
Regards
Delon
