I have below table
date
-----------------------
1. 2017-01-02 20:59:00
2. 2017-01-04 10:00:00
3. 2017-01-04 11:00:00
4. 2017-01-09 17:20:00
Q1: Assuming today is 2017-01-03
, how can i select the above date to get the result of 2 and 3 ?
Q2: assume today is 2017-01-05
, get the result of 4 ?