It is 9.3.1 you're right.
But I think the query has logic:
SELECT id
FROM table a, table b
WHERE a.id = b.id
AND a.start_date = b.end_date
id | start_date | end_date | more data....
181 | 01/02/2012 | 30/02/2012 | ...
181 | 01/01/2012 | 01/02/2012 | ...
I would get this 181.
Thanks for you attention!!! 🙂