I have a table which have an integer coloumn. Let table name is Table1 and ColName is Col1.
I want to add number 15 to every value in col1. what will be the sql query for this.
I have a table which have an integer coloumn. Let table name is Table1
Share
If you’re just trying to do that via a select:
or if you need to update the actual rows in the table: