避免全表扫描 使用select cal_id from CMS_CAL_EVENT where cal_id = '838' and rownum<2 【=1】 而不是count(*),可以避免全表扫描