select id from
(
select *, (@i:[email protected]+1) as rownum from pre_bet_zhibo,(select @i:=0) as it
where link_conent like ‘%足%‘
order by title
) as t1 where rownum =
(
select rownum from
(
select *, (@i:[email protected]+1) as rownum from pre_bet_zhibo,(select @i:=0) as it
where link_conent like ‘%足%‘
order by title
) as t1
where id = 186
) + 1;
select *, (@i:[email protected]+1) as rownum from pre_bet_zhibo,(select @i:=0) as it
where link_conent like ‘%足%‘
order by title
时间: 2024-10-24 00:43:55