Hello I have the following query

Select *
from customer
where
        signupdate >= '2002-07-30 00:00:00' and signupdate <= '2002-07-30 23:59:59'

And it looks like it works it pulls up 10 records. The problem is that there
are 18 records that meet the criteria.

The following record SignUpDate are listed below that it somehow misses any
clues as to what I should be looking at???

2002-07-30 09:29:25.780
2002-07-30 10:55:58.527
2002-07-30 11:57:36.833
2002-07-30 12:01:33.663
2002-07-30 16:44:01.323
2002-07-30 12:37:29.653
2002-07-30 14:15:46.313
2002-07-30 14:11:34.650

Any help would be greatly appreciated.



---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to