update 同時更新多條屬性且同一個屬性的多個 值

update sys_value t set t.key = case t.key when 'xiao' then 'java' when 'yong' then 'java' when 'jie' then 'java' else t.key end, t.value = case t.value
相關文章
相關標籤/搜索