|
-
Apr 12th, 2004, 09:22 AM
#1
Thread Starter
Hyperactive Member
Fully Qualified Query - Resolved
Guys,
I am having a problem with a query. I am trying to select a single field from a table using three tables for the criteria.
Here is the query:
SELECT w.warehouse
from warehouse as w, employee as e, department as d
where e.department = 1 and d.warehouse = w.whID
I am using a 1 since I am trying to test the query in the Query Analyzer prior to add it to the code.
Thanks,
Jerel
Last edited by Phenglai; Apr 12th, 2004 at 10:09 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|