I would think it would (I dont have a server to test it on at the moment) however, worst case you can always SELECT id FROM mytable WHERE 1 ORDER BY id DESC LIMIT 1
that should dump them in order of greatest to least and return just the first row (which would be your highest insert value todate)