Results 1 to 3 of 3

Thread: Fully Qualified Query - Resolved

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    Tulsa,Ok
    Posts
    262

    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
    Attached Images Attached Images  
    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
  •  



Click Here to Expand Forum to Full Width