mysql 的mod函数

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

mod可以取基数,或偶数

原文地址:https://www.cnblogs.com/ghl666/p/13466769.html