Hello I am trying to get the first and last name of a person. In my table I have a field that receives a person's full name like so
João Afonso de Santos Silva
but I need to retrieve the
first name João and then his last name Silva
and then combine thoes two strings. The end result should look like this:
João Silva
Does any one have any suggestions?