v_date between add_months(trunc(date,'month'), -1) and add_months (trunc(last_day (sysdate)), -1)请解释一下,这具体截取的是哪一段时间吗?