This article is tagged with:
T sql less than date
and mysql
query less than datetime sql
select *
from dbo.March2010 A
where A.Date >= '2010-04-01'
t sql less than date
SELECT *
FROM Users
WHERE member_since < '2011-12-25'