|
-
June 24th, 2004, 06:52 AM
#6
Hi LaxRoth, I don't know if you can do with only sql language what you want but I'll write you this statement that permit to select the max records with the same "ressource".
Select * from [Table] WHERE [End] IN (Select Max([End]) from [Table] GROUP BY ressource)
I hope that you can use it.
Bye
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|