mcnewsxp
unread,Feb 24, 2013, 4:56:34 PM2/24/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
this is a good enough example of the main table and the two tables i need to join. never mind about the 4th table.
i only need the most resent sign_date from the records in tableb and tablec.
STUDENTS
-----------
STUDENT_ID, NAME, ADDRESS
101, joe, 123 street
102, jill, 345 avenue
111, kipper, 678 lane
TABLEB
---------
STUDENT_ID, SIGN_DATE
101, 02.12.2013
101, 01.11.2013
101, 12.12.2012
102, 02.14.2013
102, 01.17.2013
102, 12.22.2012
111, 02.21.2013
111, 01.10.2013
111, 12.10.2012
111, 11.15.2012
TABLEC
---------
STUDENT_ID, SIGN_DATE
101, 02.22.2013
101, 01.21.2013
101, 12.11.2012
102, 02.13.2013
102, 01.19.2013
102, 12.12.2012
111, 02.22.2013
111, 01.11.2013
111, 12.11.2012
111, 11.11.2012