摘要: update tb1 inner join(select type, count(*) as cntfrom tb1 group by type)as der using(type)set tb1.cnt = der.cnt 阅读全文
posted @ 2015-07-12 20:59 MrMrCash 阅读(504) 评论(0) 推荐(0)