Say I have a column called full_name:
| full_name |
Johnson,Matt
So all the names inputted into this full name column are separated by a comma and no spaces, so how would I write a simple query to create a separate first name, and separate last name column in a case like this?