Hi team,
Can you please help me with a query to delete data from the table with in a date range.
Here is the query that I was able to write. Pls correct or suggest a proper query.
Delete HA_HC_BOOKS_MATRICS
where MONTH = TO_DATE('10/15/2017', 'MM/DD/YYYY') BETWEENÂ TO_DATE('12/15/2017', 'MM/DD/YYYY')
Regards,
Sai Kumar