Hai all,
I have Two Fields Name ,Surname i want to combined both fields as single field and sapce.
i did like that .
public static server str add()
{
return
" select top 1 cast(fname as varchar(15)) + ' ' + cast(lname as varchar(15)) as fullname";
}
suggest another way..
*This post is locked for comments
I have the same question (0)