您的当前位置:首页 >人工智能 >老大让我整理下公司内部MySQL使用规范,分享给大家 正文

老大让我整理下公司内部MySQL使用规范,分享给大家

时间:2025-11-04 20:57:33 来源:网络整理编辑:人工智能

核心提示

复制http://example.com/page.php?last=100 select*fromtablewhereid<100orderbyiddesclimit10

老大让我整理下公司内部MySQL使用规范,分享给大家
复制http://example.com/page.php?老大理下last=100 select * from table where id<100 order by id desc limit 10  //上一页  http://example.com/page.php?first=110 select * from table where id>110 order by id desc limit 10  1.2.3.4.5.