select sum(十二月) from biao where right(业务类型,4) = '收入'
select sum(十二月) from biao where 业务类型 like '%收入'select sum(十二月) from biao where right(业务类型,4) = '数量'
select sum(十二月) from biao where 业务类型 like '%数量'