SQL. DECLARE @IncrementValue int SET @IncrementValue = 1 UPDATE Table1 SET Column1 = Column1 + @IncrementValue.
確定! 回上一頁