When i concate 2 string, if last string value is null than concatination string also null.
Eg. Select fname +' '+ lname as [name] from employe.
If 'lname' is null and 'fname' is pooja,than i am getting null in name field ,please help
Eg. Select fname +' '+ lname as [name] from employe.
If 'lname' is null and 'fname' is pooja,than i am getting null in name field ,please help
Comment