oracle查询指定月份数据

SELECT * FROM [表名] 
      where  to_number(to_char([表中日期字段],'mm')) = [要查找的月份] 

posted @ 2016-01-05 17:16  Tobey唐  阅读(9445)  评论(0编辑  收藏  举报