Howdy!
I've got a table with some contact information.
uid, emailaddy, username
The user name data is inconsistent... . some names are as Bill Jones, some are B.Jones and some are the email address as well.
I need to parse through the fields and where there is a space between the names, break them out into two separate fields.
I'm stumped!
Any direction would be greatly appreaciated!
Thanks!
I've got a table with some contact information.
uid, emailaddy, username
The user name data is inconsistent... . some names are as Bill Jones, some are B.Jones and some are the email address as well.
I need to parse through the fields and where there is a space between the names, break them out into two separate fields.
I'm stumped!
Any direction would be greatly appreaciated!
Thanks!
Comment