Do you want this?
update emp
set salary = salary + 1500
where joining_date < '2014-04-14'
1
solved Need MySQL query for updating table [closed]
Do you want this?
update emp
set salary = salary + 1500
where joining_date < '2014-04-14'
1
solved Need MySQL query for updating table [closed]