add_months(trunc(to_date(‘2013‘,‘yyyy‘) ,‘yyyy‘),12)-1 2013年最后一天
trunc(to_date(‘2013‘,‘yyyy‘) ,‘yyyy‘) 2013年第一天
5月的最后一天
select last_day(to_date(‘2013-05‘,‘yyyy-mm‘)) d from dual
oracle 日期函数 求年的最后一天、第一天,月的最后一天,布布扣,bubuko.com
oracle 日期函数 求年的最后一天、第一天,月的最后一天
原文地址:http://blog.csdn.net/qq345425170/article/details/27818505