加一个int主键a,再用select min(a) where ID='ID' 应该会返回一个整数b;然后,delete from yourtable where a>b and ID='ID';就可以了,不过这样做比较麻烦就是了。呵呵!