where 条件 必须 在表里面找到参照的 对比的 数值才行, 你本身表里面要是没有年份的数据进行对比的话 那你这个查询语句 就是错误的
select sum(b5) as zs from 表名 where(Year(getdate()) - 1)=2011