Hi All ,
I need to concatenate three fields with space inbetween,
example select firstname + ' ' + middlename+' ' + lastname
In case if one of the field is null in that case i should not use the extra space.
Kindly suggest me an example.
Thanks,
Kannan
↧