日期:2014-05-17  浏览次数:20981 次

SQL 如何获取当前季度
如上!

------解决方案--------------------
探讨
select trunc((to_char(sysdate,'mm')+2)/3) from dual