我的查询中有以下 case 语句。
case when ID is null then case when netID is null then [text]
when netID is not null then 'UnAssigned' else ID End
else ID end grp
我想将其分为 2 个类别 1)从 [text] 列填充的所有记录。2)remaning 任何想法?有人能指出我正确的方向吗?
我的查询中有以下 case 语句。
case when ID is null then case when netID is null then [text]
when netID is not null then 'UnAssigned' else ID End
else ID end grp
我想将其分为 2 个类别 1)从 [text] 列填充的所有记录。2)remaning 任何想法?有人能指出我正确的方向吗?