| 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 2 of 2.
|
|
||||||||||||||||||
Women in TechnologyHear us Roar
Showing messages 1 through 2 of 2. |
||||||||||||||||||
|
||||||||||||||||||
This can also be achieved by using a simple
update query
Update tablename set salary = salary + (salary * .05)