首页 > 数据库技术 > 详细

数据库中的gt,ge,lt,le的区别

时间:2019-11-21 09:18:29      阅读:111      评论:0      收藏:0      [点我收藏+]

eq相等   ne、neq不相等,   gt大于, lt小于 gte、ge大于等于   lte、le 小于等于   not非   mod求模   is [not] div by是否能被某数整除   is [not] even是否为偶数   is [not] even by $b即($a / $b) % 2 == 0   is [not] odd是否为奇   is not odd by $b即($a / $b) % 2 != 0 示例:

equal/ not equal/ greater than/ less than/ less than or equal/ great than or equal/后面的就不用说了

数据库中的gt,ge,lt,le的区别

原文:https://www.cnblogs.com/qingmuchuanqi48/p/11902217.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!