SQL中连接空字符串 SELECT oldid,RTRIM(LTRIM(ISNULL(Name,'') +ISNULL(Specification,''))) FROM [PCMIS].[dbo].[MaterialData] where Specification is null
SQL中连接空字符串
最新推荐文章于 2022-08-29 11:56:19 发布
SQL中连接空字符串 SELECT oldid,RTRIM(LTRIM(ISNULL(Name,'') +ISNULL(Specification,''))) FROM [PCMIS].[dbo].[MaterialData] where Specification is null