select name,convert(varchar,datepart(yy,getdate())) year,convert(varchar,datepart(mm,getdate())) month from table1getdate()换成你的时间类型字段名
select name, year, month from table
语句:select 姓名,入职时间 from 表