sql查询今天生日的人

select * from tablename  where month(日期字段) = month(getdate()) and day(日期字段) = day(getdate())
相关文章
相关标签/搜索