SELECT tb2.count - tb1.count FROM tabelle as tb1, tabelle as tb2 WHERE tb1.end = tb2.start;