Insert into 2 fields value of one field
423911Mar 13 2007 — edited Apr 4 2007I am trying to separate this value into 2 different fields.
Select last_name from clients1;
will return
' Lopez Gonzalez'
What I am trying to do is put 'Lopez' in last_name_1 and 'Gonzalez' in last_name_2 of a table.
The query will be returning around 3000 last names.
Any help?
Thanks,