Usernames are stored in a DB in one column, how I can divide this column on first name and last names columns.
I am thinking about create a loop and run through fullname column split first name and second name by space and store them in corresponding columns. But where do I have to create this loop?