select felid1 from table where id =(select max(id) from table)
好像可以通过设置ResultSet的属性,设置成可以滚动的,然后用ResultSet的方法可以得到。你可以去看看API文档。