Viewing 7 posts - 16 through 22 (of 22 total)
Antares, I think you're on the right track but it came up wrong...this is how it came up...
Fname |
April 1, 2004 at 6:58 am
select a.contactd_id,a.contactd_contactmid,
a.contactd_status,a.contactd_email
from test1 a
where a.contactd_status in (Select max(contactd_status)
from test1 b
where b.contactd_contactmid=a.contactd_contactmid)
January 15, 2004 at 8:57 am
Figured it out from one of the articles on this site...thank you!
collate Latin1_general_CI_AS
June 18, 2003 at 9:20 am
Hey Paul,
This seems to work but how could I use it in a function?
May 30, 2003 at 12:11 pm
Jeremy,
You're right on LOL I was just returning to say that I figured it out and that was the exact solution I got...thanks though!
April 1, 2003 at 8:59 am
Thank you all, these have been a great help
October 22, 2002 at 8:04 am
Viewing 7 posts - 16 through 22 (of 22 total)