F
Flavio Argueta
I need assistance with creating a select query or sql statment. Below are the details
table name: StudentSemester
Table structure:
Term Name
Fall 2008 John
Spring 2009 John
Fall 2008 Jane
Spring 2009 Mark
I need the query to only select Spring 2009 records and exclude records where a student may have a Fall 2008 and Spring 2009 term.
For this example; I would like the query to return with Mark's record. John would not be selected because a Fall 2008 and Spring 2009 exists. Any help would be appreciated.
EggHeadCafe - Software Developer Portal of Choice
..NET Asynchronous Events And Progress Bars
http://www.eggheadcafe.com/tutorial...a6d-a24a02ba2b8a/net-asynchronous-events.aspx
table name: StudentSemester
Table structure:
Term Name
Fall 2008 John
Spring 2009 John
Fall 2008 Jane
Spring 2009 Mark
I need the query to only select Spring 2009 records and exclude records where a student may have a Fall 2008 and Spring 2009 term.
For this example; I would like the query to return with Mark's record. John would not be selected because a Fall 2008 and Spring 2009 exists. Any help would be appreciated.
EggHeadCafe - Software Developer Portal of Choice
..NET Asynchronous Events And Progress Bars
http://www.eggheadcafe.com/tutorial...a6d-a24a02ba2b8a/net-asynchronous-events.aspx