select new 怎么相加两个字段的值select new 怎么相加两个字段的值,这两个字段有时是Null,怎么处理后相加。[解决办法]select (isnull(a,'')+isnull(b,'')) as ab from table