im trying to write a code where i can combine the first letter of column 1 in my database to the text of column 2 and insert the result in another column
basically this is what i want to happen
from
first_name last_name username
Lorem Ipsum
into
first_name last_name username
Lorem Ipsum lipsum
what is the best way to handle this?
thanks in advance
1 Answer