Mysql update语句赋值嵌套select
update a set col=(select col from (select * from a ) as b where id='5' )where id>5 and id <10;
发布时间: 2013-03-12 11:19:35 作者: rapoo
Mysql update语句赋值嵌套select
update a set col=(select col from (select * from a ) as b where id='5' )where id>5 and id <10;