SQL示例:update TABLE set Field1 = @A1, Field2 = @B1 where Field1 = @A1_ (@A1表示新值,@A1_表示原值)