Mysql查询最新的一提条数据

29 阅读1分钟
SELECT * from table where id = (SELECT max(id) FROM table)