sqlserver条件判断语句

update:spa update table  set 字段1=case         when 条件1 then 值1           when 条件2 then 值2          else 值3          end     where    ……  table selectdate select 字段1, 字段2,           case 字段3         wh
相关文章
相关标签/搜索