SQL Query problem??

  • Thread starter Thread starter Khurram
  • Start date Start date
K

Khurram

Hello Experts,

I have problem while making a SQL Query.
For Example:-
I have three tables

Table1 Table2(TaskDetail)
Table3(Results)
Task1 Status Task1-ID-1
Task3-ID-1
Task2 Status Task1-ID-2
Task3 Status Task2-ID-1
Task3-ID-1

Now my requirement is that I want to know that Which Task has recieved its
Complete Results, like in the Above example Task3 is completed because, its
TaskDetail = Table3(Results).

I want help to build that query which will identify me that my Taskdetail
are equal to Results.

Thanks in Advance.

Khurram
 
Hi Khurram,

I'm sure several people would like to help, but you'd have a better chance
if you post on microsoft.public.sqlserver.programming - that ng is dedicated
to sql programming issues.

HTH,

Bernie Yaeger
 
Thnaks for your answer.
But I could not been able to Subscribe to this Server, as it is not
available in my List.
My main Root is
msnews.microsoft.com

Regards,

Khurram
 
microsoft.public.sqlserver.programming is available on msnews.microsoft.com

Bernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top