Greetings All,
Once again back to this forum.
I have got a problem and hope to get solution.
Senario..
I have a table called users, it has following fields
user_name firstname lastname
---------------- -------------- -------------
Parker Alan & Jenny Parker
I have exported data to user table and my user data is in user_name field
and first name field is blank
Want to Achieve: Parker Alan & Jenny which is in user_name field and I want to achieve only first name as Parker in firstname field using some update command(Just shown above )
How can I achieve this?
Your help would be greately appreciated
Samuel
Once again back to this forum.
I have got a problem and hope to get solution.
Senario..
I have a table called users, it has following fields
user_name firstname lastname
---------------- -------------- -------------
Parker Alan & Jenny Parker
I have exported data to user table and my user data is in user_name field
and first name field is blank
Want to Achieve: Parker Alan & Jenny which is in user_name field and I want to achieve only first name as Parker in firstname field using some update command(Just shown above )
How can I achieve this?
Your help would be greately appreciated
Samuel
Comment