I want to display all the dates between two dates for a particular record
Table.
I need to output all dates with Quantity between fromDate & To Date.
Where FromDate >= '2022-06-01' AND ToDate <= '2022-06-30'
Expected output :
guide me to write a query