mubi_masti
Registered User.
- Local time
- Today, 14:40
- Joined
- Oct 2, 2011
- Messages
- 46
Hi
I need help regarding developing a query.
I have two tables both are linked with each other. One table contains different students while other table contains the result of different activites of each student.
I want to extract the records of only those students who were "absent" or who were asked to "repeat" their activity but still they are not declared "Pass" or "Fail" e.g
new080592006 07-Oct-11 Absent
new080592006 10-Oct-11 Repeat
new080592006 11-Oct-11 Pass
new080592008 07-Oct-11 Repeat
new080592008 10-Oct-11 absent
I need a query result in which only one record appear in std_id = new080592008
I need help regarding developing a query.
I have two tables both are linked with each other. One table contains different students while other table contains the result of different activites of each student.
I want to extract the records of only those students who were "absent" or who were asked to "repeat" their activity but still they are not declared "Pass" or "Fail" e.g
new080592006 07-Oct-11 Absent
new080592006 10-Oct-11 Repeat
new080592006 11-Oct-11 Pass
new080592008 07-Oct-11 Repeat
new080592008 10-Oct-11 absent
I need a query result in which only one record appear in std_id = new080592008