Hi people! Looks like I never stop asking. But hey I'm in a learning phase here.
The question is now:
Suppose I have a table with field (say Table1) that looks like this:
Name
--------
John Doe
I want to separate this ('John' and 'Doe') onto different fields like this
Firstname Name
--------- --------
John Doe
How to do this? Can I do it on the same table (Table1), or should I create a new table?
The question is now:
Suppose I have a table with field (say Table1) that looks like this:
Name
--------
John Doe
I want to separate this ('John' and 'Doe') onto different fields like this
Firstname Name
--------- --------
John Doe
How to do this? Can I do it on the same table (Table1), or should I create a new table?