mysql 将表内 两个字段的值 互换

update aa as a,bb as b
set a.1=b.1,a.2=b.2
where a.id=b.id 

posted @ 2024-09-04 14:40  星空物语之韵  阅读(24)  评论(0编辑  收藏  举报