非分页中的上一篇下一篇sql语句如何写
Posted 三豪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了非分页中的上一篇下一篇sql语句如何写相关的知识,希望对你有一定的参考价值。
上一页:where id=(select max(id) from examination where id < #{id} and class=#{class})
下一页:where id=(select min(id) from examination where id > #{id} and class=#{class})
<小于号,>大于号
以上是关于非分页中的上一篇下一篇sql语句如何写的主要内容,如果未能解决你的问题,请参考以下文章