六狼论坛's Archiver
首页
›
Oracle
› oracle 运算符
as619864232
发表于 2013-1-29 15:11:24
oracle 运算符
运算符有三个:AND,OR,NOT
被 OR,NOT 修饰的不能用索引,如果要用 OR 或 NOT 运算的话,可以用 IN 或 != 代替。
oracle中的取余运算用 mod 函数:5%3 = mod(5,3)。
页:
[1]
查看完整版本:
oracle 运算符