存储时间的字段为:year_date要判断的字段是:city_type
SELECT COUNT(city_type) num FROM 表名 WHERE year_date = trunc(sysdate,'yyyy')-1
然后判断num的数量