Hello,
I need to fetch data from a table/view,,, for a given date range.
The date range would be calculated on conversion_date column....
The date would be entered during run time ,,
like
SELECT columns
FROM TABLE
WHERE data BETWEEN FROM_DATE AND TO_DATE
(FROM_DATE AND TO_DATE to be taken from CONVERSION_DATE column)
please let me know if the question is confusing or not clear
Thank you in advance.