MistaCooper
MIS
I really do not use SQL too often, I write in a different language required by the software, but it also allows SQL. I can not find a function in the specific language to do what I need so I was wondering if someone could help. I have a group of data that looks like this
John Smith & Laura Klein Walker
Joseph & Emily Hill
And so on...
I need to seperate the different names into their own attribute or entity.
Ex.
John = FirstName
Smith = LastName
Laura = Spouse
Walker = LastName2
How could I do that?
Thanks In Advance!
John Smith & Laura Klein Walker
Joseph & Emily Hill
And so on...
I need to seperate the different names into their own attribute or entity.
Ex.
John = FirstName
Smith = LastName
Laura = Spouse
Walker = LastName2
How could I do that?
Thanks In Advance!