2个回答
展开全部
my_table 表名
create_date 记录数据如期的栏位名
如果要查所有年份8月份的数据为:
select * from my_table where substr(to_char(create_date,'yyyymm'),5,2)='08' ;
如果要查具体某一年8月份为: 以2013年为例 ,可以自己修改日期
select * from my-table where to_char(create_date,'yyyymm')='201308' ;
希望对你有帮助。
create_date 记录数据如期的栏位名
如果要查所有年份8月份的数据为:
select * from my_table where substr(to_char(create_date,'yyyymm'),5,2)='08' ;
如果要查具体某一年8月份为: 以2013年为例 ,可以自己修改日期
select * from my-table where to_char(create_date,'yyyymm')='201308' ;
希望对你有帮助。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询