All,
I have a table with a field called "Name" containing date in this format:
LastName\FirstName
Example:
Record1 Brown\Joe
Record2 Smith\Rob
and would like to have it split the names and create two new fields:
Example:
LastName FirstName
Record1 Brown Joe
Record2 Smith Rob
I looked through the SQL Books online with no success, any ideas?
I have a table with a field called "Name" containing date in this format:
LastName\FirstName
Example:
Record1 Brown\Joe
Record2 Smith\Rob
and would like to have it split the names and create two new fields:
Example:
LastName FirstName
Record1 Brown Joe
Record2 Smith Rob
I looked through the SQL Books online with no success, any ideas?