select count(1) from t_customer where orgid='3' and custbirthday<>to_date('1900-10-10','yyyy-mm-dd') and to_char(custbirthday,'mm')=to_char(sysdate,'mm');此查询请问有没有哪位大大能给我写个优化版本,数据量450W左右,而且数据经常更新,结果常变!