select a from biao //a为数字,数据放到b中 
b=b+1; 
update biao set a=b 
和 
update biao set a=a+1 
两种方法一样吗??-----一样