MyBatis-Plus AbstractWrapper-notExists

2022-03-24 15:50 更新
MyBatis-Plus 条件构造器-AbstractWrapperMyBatis-Plus 条件构造器-AbstractWrapper
notExists(String notExistsSql)
notExists(boolean condition, String notExistsSql)

  • 拼接 NOT EXISTS ( sql语句 )
  • 例: ​notExists("select id from table where age = 1")--->not exists (select id from table where age = 1)


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号