我创建了一个包含三列 GsID、ALlowance 和数量的表
Begin if exists(select * from [dbo].[HRAllowances] where GdId=@GdId) begin
update [dbo].[HRAllowances] set
Amount=@Amount where GdId=@GdId end
end
这仅适用于一个特定的行..
我想允许用户更新所有行的金额