|
If the data is stored as a regular datetime field then:
SELECT COUNT(ID) FROM `Members` WHERE Status = 'Active' AND date_format(registration, '%m-%d-%y') ='10-01-05'
Should get you all the registrations for October 1.
__________________
All cookies cleared!
|