One table => tbl_login
usr_id
usr_username
usr_password
usr_email //currently holds email@example.com
What I would like is
usr_id
usr_username
usr_password
usr_email // would now hold email
usr_domain // would now hold example.com
Is this possible with MySQL / HeidiSQL ?
The @ symbol could be utilized in some way to split the data, not sure.
Cheers