| Article: |
SQL Subqueries | |
| Subject: | need answer.. | |
| Date: | 2007-02-17 02:53:52 | |
| From: | rajii | |
|
i have related two tables. table name are "usermanagementtable" and "projectstable"
|
||
Showing messages 1 through 1 of 1.
| Article: |
SQL Subqueries | |
| Subject: | need answer.. | |
| Date: | 2007-02-17 02:53:52 | |
| From: | rajii | |
|
i have related two tables. table name are "usermanagementtable" and "projectstable"
|
||
Showing messages 1 through 1 of 1.
if u this following subquery u can easily reteive the answer for ur question.i ve checked. u also check with program and inform.
select a.emplid,a.designation from usermanage_tbl a where a.designation='pm' and
a.emplid not in(select a.emplid from projectable_tbl b where a.emplid=b.emplid)