SQL: parse the first, middle and last name from a fullname field

后端 未结 23 1635
粉色の甜心
粉色の甜心 2020-11-27 10:47

How do I parse the first, middle, and last name out of a fullname field with SQL?

I need to try to match up on names that are not a direct match on full name. I\'d

23条回答
  •  萌比男神i
    2020-11-27 11:31

    If you are trying to parse apart a human name in PHP, I recommend Keith Beckman's nameparse.php script.

    Copy in case site goes down:

    
    

提交回复
热议问题