Raven001
06-24-2005, 04:23 PM
Hi there,
I have a (seemingly) easy SQL problem that has me stumped. Any advice or suggestions would be GREATLY appreciated!!
I currently have a table email_data with a column of email address in it ('emailaddr'). I need to find a way to break down the e-mail addresses into 2 columns:
1: the username (what's before the @ sign)
2: the domain (what's after the @ sign)
Also, I would prefer not to lose the original column 'emailaddr' (the full email addresses).
Any ideas? Thank you so much for any help or assistance you can offer!
Regards,
Tyler
I have a (seemingly) easy SQL problem that has me stumped. Any advice or suggestions would be GREATLY appreciated!!
I currently have a table email_data with a column of email address in it ('emailaddr'). I need to find a way to break down the e-mail addresses into 2 columns:
1: the username (what's before the @ sign)
2: the domain (what's after the @ sign)
Also, I would prefer not to lose the original column 'emailaddr' (the full email addresses).
Any ideas? Thank you so much for any help or assistance you can offer!
Regards,
Tyler
