sql语句查找年龄段

select * from 表名 where  datediff(year,列名,getdate())>=10 and datediff(year,列名,getdate())<=300

原文地址:https://www.cnblogs.com/szxlh/p/4974134.html