I have this table: +—-+——————+——————+ | Id | Start | End | +—-+——————+——————+ | 1 | 2018-02-04 11:30 | 2018-02-05 12:00 | | 2 | 2018-02-04 15:40 | 2018-02-05 08:00 | | 3 | 2018-02-05 10:00 | 2018-02-06 09:00 | +—-+——————+——————+ I found this strange situation using MariaDB 10.1.18 InnoDB. I called this query: SELECTRead more