I am converting my ACCESS queries to SQL stored procedures.
I have one query, in ACCESS, that uses the FIRST function. In essence it takes the first occurance of one field based on a grouping of another.
e.g.
FIRST OCCURANCE FOR
10/20/2003 BILL SMITH
10/23/2003 JOE SCHMOE
How can I accomplish the same results in SQL?
Thanks!!!!
I have one query, in ACCESS, that uses the FIRST function. In essence it takes the first occurance of one field based on a grouping of another.
e.g.
FIRST OCCURANCE FOR
10/20/2003 BILL SMITH
10/23/2003 JOE SCHMOE
How can I accomplish the same results in SQL?
Thanks!!!!