sql server获取年份找数字


 year(getdate())  --获取年份

select * from table where column like '[0-9]%'  --查找数字


你可能感兴趣的:(sql server获取年份找数字)