Subject Concatenate strings in result sets
Author Steve Harp
Hi All,

I know this is easy, but I can't find a example of it. I need to combine
FirstName and LastName into FullName.

Select (FirstName, " ". LastName) As FullName from Person

This doesn't work. What am I doing wrong?

Thanks,
Steve Harp