Guys,
Need some help with SQL.
I would like to get 3 records with most-recent-dates. Here are possible records
ID JOB_NUM JOB_DETAIL Release_date
1 A11111 TEST1 06/06/2002
2 X88888 TEST2 07/07/2005
3 P99999 TEST3 08/09/1987
4 H88888 TEST4 07/03/1999
5 B44444 TEST5 08/15/2010
6 U22222 TEST6 09/18/2001
First 3 fields make up the primary key i.e. ID,JOB_NUM, and JOB_DETAIL.
I want query only to return records 5, 2, and 1.
Thx
Al
Need some help with SQL.
I would like to get 3 records with most-recent-dates. Here are possible records
ID JOB_NUM JOB_DETAIL Release_date
1 A11111 TEST1 06/06/2002
2 X88888 TEST2 07/07/2005
3 P99999 TEST3 08/09/1987
4 H88888 TEST4 07/03/1999
5 B44444 TEST5 08/15/2010
6 U22222 TEST6 09/18/2001
First 3 fields make up the primary key i.e. ID,JOB_NUM, and JOB_DETAIL.
I want query only to return records 5, 2, and 1.
Thx
Al