【发布时间】:2020-04-21 08:17:08
【问题描述】:
我有以下几点:
Select Coalesce(Other,Industry) Ind from registration
问题是Other 可以是空字符串或NULL。
如何让coalesce 工作,如果Other 是一个空字符串,Coalesce 仍然返回Industry?
【问题讨论】:
-
你认为coalesce应该如何表现,因为它似乎不是标准的东西?
标签: sql sql-server