It is oracel 10 g data base.
I want to select two months data from the table. But These two months should based on current date.
For eg.
If I run the select query on July 7 2013 , then query should skip current month which is July 2013 and last month which is June 2013 and It shoud select only May 2013 and April 2013.
Can someone help me how to form this query.