This is a inner join. We will need to add two conditions. one to get each day record and all next days records.
Another way of doing this is using the window functions.
This is a inner join. We will need to add two conditions. one to get each day record and all next days records.
Another way of doing this is using the window functions.