I have a table with a lot of records (could be more than 500 000 or 1 000 000). I added a new column in this table and I need to fill a value for every row in the column, us
update Hotels set Discount=30 where Hotelid >= 1 and Hotelid <= 5504