Mod(a,b) 在sql中的意思是 ab 的余数(即 a % b )基础用法:如果id需要是偶数或者奇数时就可以使用mod。mod(id,2)=1 是指id是奇数。mod(id,2)=0 是指id是偶数。select mod(