在SQL语句中怎样查询出当年当月的数据

如题所述

第1个回答  2017-01-10

    select * from yh.zsxx where to_char(rkrq,'yyyy-mm') = to_char(sysdate,'yyyy-mm') --当月

    select * from yh.zsxx where to_char(rkrq,'yyyy') = to_char(sysdate,'yyyy') --当年

本回答被网友采纳
相似回答