We have a column that is a simple integer. We want to add to each row the value 10. How do we do it in sql for the MySQL database?
Actually we have another column that needs to do the same thing, and it is a date. We need to add a month to the date. How to do that?