5个算术 + - * / %
5个比较 > >= < <= != <>
3个逻辑 and or not && || !
4个特殊: like 模糊查找
in 列表
between
is null, is not null
运算符总结
原文:https://www.cnblogs.com/gzpu/p/13198059.html