Subject | Concatenate strings in result sets |
---|---|
Author | Steve Harp |
Post date | 2001-07-02T16:27:48Z |
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
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