select today's record in mssql Posted on 10 11 月10 11 月 by 偉 select * from table where cast(created_at as date) = cast(getdate() as date)