database column before executing any query int 1200 1300 1400 1500 etc...(about 8000 records) *All attributes are larger than 1000 and less than 2000 I need to update and deduct 1000 from all records. Final output of this table should be this int 200 300 400 500 etc... is it possible to do this only by using SQL statements? Thanks