Thread
:
Query a table using data in another table?
View Single Post
#
2
(
permalink
)
05-29-2006, 03:14 PM
irfanhab
Junior Member
Join Date: May 2006
Posts: 10
SQL 92
answer.
Re: Query a table using data in another table?
This can be achieved with Nested Queries
[sql]
SELECT * FROM table1 where Salary=(Select salary from Salaries where SalaryType="Manager")
[/sql]
irfanhab
View Public Profile
Send a private message to irfanhab
Find all posts by irfanhab