March 4, 2009 at 8:26 am
How to add First and Last Name to one field as Name
Select FirstName + Last Name as Name from tbl1
March 4, 2009 at 9:15 am
use SPACE(2)
... or is this a trick question :ermm:
March 4, 2009 at 9:20 am
yulichka (3/4/2009)
How to add First and Last Name to one field as NameSelect FirstName + Last Name as Name from tbl1
Select FirstName + ' ' + Last Name as Name
March 4, 2009 at 9:20 am
March 4, 2009 at 9:24 am
Thank you
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply