//同表更新同类型记录总数
update table1 t1 set t1.totlecount=(select count(t2.id) from table1 t2 where t1.lx=t2.lx)
//更新编号
update table1 t1 set t1.tnum = (select z2.znum from ztable z1,ztable z2 where t1.zid=z1.id and z1.zid=z2.bsm)
//同表更新同类型记录总数
update table1 t1 set t1.totlecount=(select count(t2.id) from table1 t2 where t1.lx=t2.lx)
//更新编号
update table1 t1 set t1.tnum = (select z2.znum from ztable z1,ztable z2 where t1.zid=z1.id and z1.zid=z2.bsm)
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。