mysql求id最大的数据记录

来源:互联网 发布:企业优化方案 编辑:程序博客网 时间:2024/06/08 08:20
select * from textshow where id=(
select max(id) from textshow);
0 0
原创粉丝点击