Jonathan Smith Posted April 12, 2007 Posted April 12, 2007 this is probably one of the most basic questions i can ask, but how do i trim all characters after the space in between first and last name..?
mr_vodka Posted April 12, 2007 Posted April 12, 2007 Are you asking how you get just the first name? This can be an issue as are there cases where the first name has two words such as Billy Bob and also where the last name can have two words two such as Von Buren. It is better if you seperate them out to two different fields. If none of these situations existed though, you could use leftwords (), or position () to get what you want.
Jonathan Smith Posted April 12, 2007 Author Posted April 12, 2007 oh, but yeah i can see how it would be a pain if there were 2 words in the first name...
Recommended Posts
This topic is 6435 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now