SQL 两表关联更新UPDATE (用一个表更新另一个表)方法1: 1 2 updatetable1setfield1=table2.field1fromtable2 wheretable1.id=table2.id 1 2 3 --简写 ...
確定! 回上一頁