ID | STARTS | ENDS
1 | 2016-04-13 | 2016-04-14
2 | 2016-04-13 | 2016-04-15
3 | 2016-04-13 | 2016-04-15
4 | 2016-04-13 | 2016-04-16
5 | 2016-04-13 | 2016-04-19
I need to get the events on 2016-04-16 . So the result should be
4 | 2016-04-13 | 2016-04-16
5 | 2016-04-13 | 2016-04-19
What will be the mysql query?