I have this statement but if the ee does not have a middle name, the field comes up null. How can I correct please to not drop the null records:
DrvName
= MAX(RTRIM(NameLast) + ', ' + RTRIM(NameFirst) + LEFT(NameMiddle,1) + '.'),
- Changed type Jingyang LiMicrosoft community contributor, Moderator 6 hours 38 minutes ago