0712-2888027 189-8648-0214
微信公眾號

孝感風信網(wǎng)絡科技有限公司微信公眾號

當前位置:主頁 > 技術(shù)支持 > MySQL > A表id和B表hitsid判斷尾號相同則替換sql語句

A表id和B表hitsid判斷尾號相同則替換sql語句

時間:2015-11-09來源:風信官網(wǎng) 點擊: 721次

update v9_hits SET hitsid = REPLACE(hitsid,'c-12-','c-13-')
where 1 = ( case when(select COUNT(*) from v9_photo where id=replace(hitsid,'c-12-',''))>0 then '1' else '0' end)

 

update v9_hits SET hitsid = REPLACE(hitsid,'c-12-','c-13-')
from v9_hits,v9_photo where id=replece(hitsid,'c-12-','')
這表示用尾號連接,能連接上的就給你修改.
欄目列表
推薦內(nèi)容
熱點內(nèi)容
展開