i have one column. In that column is saved the fullname(firstname, surname) of a Person. Sometimes it is saved like
Michael, Myers
and sometimes the name is saved like
Michael Myers
without a comma between them.
If i load the column and save it to a variable it looks of course like: Michael, Myers
or Michael Myers
.
The Question is: If i load the column from the database, how can i save the the firstname and the surname independently of each other in different variables.