Suppose the date today is: 2019-14-01
and I have a table that is:
________________________________
id | name | due_date
1 | test_1 | 2019-17-01
2 | test_2 | 2019-17-01
3 | test_3 | 2019-16-01
________________________________
how do I get all of the rows with due_date 3 days from now in mysql