56,937
社区成员




select name from tiaoche where id>(select id from tiaoche where name=(select tiaochegong from paichebiao order by time desc limit 1)) order by id asc limit 2 ;
select name from tiaoche where id=(select min(id)from tiaoche) and found_rows() = 0;
select name from tiaoche where id>(select id from tiaoche where name=(select tiaochegong from paichebiao order by time desc limit 1)) order by id asc limit 2
union all
select name from tiaoche where id=(select min(id)from tiaoche)
where not exists(
select name from tiaoche where id>(select id from tiaoche where name=(select tiaochegong from paichebiao order by time desc limit 1)) order by id asc limit 2
)