2018-5-16 金莎网 MySQL
然后查询id=2的记录在第几页。
其中的MySQL操作代码
set @mycnt = 0; select * from (select (@mycnt:=@mycnt+1) as rownum,id from coupon order by id desc) as a where id=2;
标签: 实例
2018-11-10 01:38
2018-09-15 02:09
2018-05-16 12:04
更多»