Viewing 3 posts - 1 through 3 (of 3 total)
I just noticed the week count. was coming back to edit...
June 5, 2007 at 7:38 pm
#710986
I think this logic is close, but the flaw that I spot is that if you have a 20 day span, this code only checks the FIRST and LAST day...
June 5, 2007 at 7:15 pm
#710981
I noticed this thread because of the news letter!
delete
FROM Customer
WHERE (autoid >
(SELECT MIN(autoid)
FROM Customer t1
WHERE Customer.email = t1.email))
May 10, 2005 at 6:56 am
#557773