| Article: |
SQL Subqueries | |
| Subject: | Help! Need to increase salary by 5% | |
| Date: | 2005-03-22 07:24:39 | |
| From: | cmrosiek | |
|
Help,
|
||
Showing messages 1 through 1 of 1.
-
Help! Need to increase salary by 5%
2005-08-03 00:35:59 bhawana [View]
|
|
||||||||||||||||||
Women in TechnologyHear us Roar
Showing messages 1 through 1 of 1.
|
||||||||||||||||||
|
||||||||||||||||||
This can also be achieved by using a simple
update query
Update tablename set salary = salary + (salary * .05)