Can you please explain this SQL I have been to run with 1/24/3600. what is that means in terms of the last day of the month. Thanks
-- Revenue Recognition date within the previous month
AND ob.revenue_recogn_date BETWEEN (LAST_DAY (ADD_MONTHS (TRUNC (SYSDATE), -2)) + 1)
AND (LAST_DAY (ADD_MONTHS (TRUNC (SYSDATE), -1)) + 1 -1/24/3600)