sql add all numbers in column code example Example: add 10 to all numbers in a column sql UPDATE Orders SET Quantity = Quantity + 1 WHERE ...