MyBatis-Plus AbstractWrapper-notExists
2022-03-24 15:50 更新
MyBatis-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)
以上内容是否对您有帮助:
更多建议: