A
Anonymous
Guest
Hi there
I've got a table with columns ADDRESS, DOMAIN, AGENT ...
Now, at the moment the ADDRESS column contains all the information that needs to be at ADDRESS, DOMAIN, AGENT respectively .. like
ADDRESS
"me@server.com".SMTP_WESTROUTER
What I want to do is run a mysql script(if possible) to put the appropiate fields in the appropiate columns like ...
ADDRESS
me@server.com
DOMAIN
server.com
AGENT
SMTP_WESTROUTER
What would be the best way of doing this
All the fields are derived from the ADDRESS column
Kind Greetings
Pulse
I've got a table with columns ADDRESS, DOMAIN, AGENT ...
Now, at the moment the ADDRESS column contains all the information that needs to be at ADDRESS, DOMAIN, AGENT respectively .. like
ADDRESS
"me@server.com".SMTP_WESTROUTER
What I want to do is run a mysql script(if possible) to put the appropiate fields in the appropiate columns like ...
ADDRESS
me@server.com
DOMAIN
server.com
AGENT
SMTP_WESTROUTER
What would be the best way of doing this
All the fields are derived from the ADDRESS column
Kind Greetings
Pulse