select * from pw_posts where tid="&request("tid") 如何取前10条?limit 10
mysql数据库
sql="SELECt * FROM `pw_posts` WHERe `tid` = '"&request(tid)&"' LIMIT 0, 10"
这样写对吗?
select * from pw_posts where tid="&request("tid") 如何取前10条?
答案:2 悬赏:30 手机版
解决时间 2021-04-14 20:48
- 提问者网友:临风不自傲
- 2021-04-14 10:02
最佳答案
- 五星知识达人网友:不甚了了
- 2021-04-14 11:02
select * from( select *,row_number() over(order by ID) from 表) as t where t.id>=1 and t.id<=10
全部回答
- 1楼网友:洎扰庸人
- 2021-04-14 12:14
不明白啊 = =!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯