Posted by Plamen Ratchev on 02/08/07 18:41
You can return all records with today's date using a WHERE condition like this: WHERE mydate >= DATEDIFF(day, 0, getdate()) AND mydate < DATEDIFF(day, 0, getdate() + 1) HTH, Plamen Ratchev http://www.SQLStudio.com
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming