举报投诉联系我们 手机版 热门标签 名动网
您的位置:名动网 > MyBatis-Plus AbstractWrapper-notInSql

MyBatis-Plus AbstractWrapper-notInSql

2023-06-18 06:20 MyBatis-Plus教程

 MyBatis-Plus AbstractWrapper-notInSql

MyBatis-Plus 条件构造器-AbstractWrapperMyBatis-Plus 条件构造器-AbstractWrapper
notInSql(R column, String inValue)
notInSql(boolean condition, R column, String inValue)

  • 字段 NOT IN ( sql语句 )
  • 例: ​notInSql("age", "1,2,3,4,5,6")--->age not in (1,2,3,4,5,6)
  • 例:​ notInSql("id", "select id from table where id < 3")--->id not in (select id from table where id < 3)


阅读全文
以上是名动网为你收集整理的 MyBatis-Plus AbstractWrapper-notInSql全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 名动网 mdwl.vip 版权所有 联系我们