Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
I need to parse last name,first name space middle name.
Example A - DOE,JOHN
Example B - DOE,JOHN A
I am able to parse the last name.
left(dbo.AbstractData.Name, charindex(',', dbo.AbstractData.Name)-1) as last name
I can...
July 15, 2013 at 12:37 pm
#1632635
July 15, 2013 at 12:27 pm
#1632631