SQL Update where


UPDATE table1 SET column1=30 WHERE column1=11;
UPDATE table2 SET column2=30 WHERE column2=11;


Date Added: