sql语句查找年龄段

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

转载于:https://www.cnblogs.com/szxlh/p/4974134.html

你可能感兴趣的:(sql语句查找年龄段)