![]() |
Querying problem. Please help.
Hi friends. I am supposed to display the Project_Name of all rows in the Project Table which do not form part of the Completed_Project table. It should return Feasibility Study RE (i.e. Project_ID = 4) and Website Development RE (i.e. Project_ID = 5). Please please help.
Table: Project Project_ID=== Project_Name 1=========Business Plan 2 ======== Software Design 3 ======== Schedule program 4======== Feasibility Study RE 5 ======== Website Development RE Table: Completed Project Project_ID (FK) === Outcome 1 ============Success 2 ============ Success 3 ============Success |
Re: Querying problem. Please help.
What do you want as output? this?
Code:
Project ID Project Name Outcomeand here is the query: Code: sql
|
Re: Querying problem. Please help.
Hi again, Nimesh. Thanks a million for the reply.
The output that I want is this: Code:
Project_ID Project_Name |
Re: Querying problem. Please help.
Yes you can get that,
Code: SQL
|
Re: Querying problem. Please help.
Wow! That hit the spot! Thanks a lot, mate! You are simply brilliant!
|
| All times are GMT +5.5. The time now is 01:29. |