Have a table w/ Date and UserID. A user could have logged in 0 to X amount of times. Need to pull the latest 1 to 30 records per user order by user, date. Example would look like ...
UserID Date
------- -------
1 1/25/03
1 1/26/03
2 1/1/03
3 2/14/02
3 12/31/02
3 1/03/03
4 1/2/03
10 3/3/03
10 3/6/03
Thanks
J. Kusch
UserID Date
------- -------
1 1/25/03
1 1/26/03
2 1/1/03
3 2/14/02
3 12/31/02
3 1/03/03
4 1/2/03
10 3/3/03
10 3/6/03
Thanks
J. Kusch