mysql 的mod函数

select *
from cinema
where mod(id, 2) = 1 and description != 'boring'
order by rating DESC

mod可以取基数,或偶数

posted @ 2020-08-09 22:20  百鬼之主  阅读(688)  评论(0编辑  收藏  举报