下一个:
select * from foo where id = (select min(id) from foo where id > 4)
以前:
select * from foo where id = (select max(id) from foo where id < 4)
欢迎分享,转载请注明来源:内存溢出
下一个:
select * from foo where id = (select min(id) from foo where id > 4)
以前:
select * from foo where id = (select max(id) from foo where id < 4)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)