mysql判斷數字是否存在並截取

//通過id匹配 testdate.id=testa.id //如果有  就賦值num2   比如 id=1    testdata.num2= 10 //如果 沒有就看 name 後面有沒有數字, 有就截取數字的值  比如  id=5   num2 =50 //如果都沒有 就賦值 1 UPDATE testdate a set num2= (case  when (select b.name f
相關文章
相關標籤/搜索