--这样写:
update table1 set beizhu=b.beizhu
from table1 a,(select beizhu from table1 where id=2) b 
where a.id=1