close
update `ocar_t_user` set
`fk_i_city_id` = '1' , `s_city` = '彰化縣'
where `s_address` REGEXP '1740|1938|1940';
update all row :
1.`ocar_t_user` : Table name
2.`fk_i_city_id`, `s_city` : column
WHERE LIKE IN()?
1.where `s_address` REGEXP '1740|1938|1940';
全站熱搜
留言列表