MyBatis-Plus AbstractWrapper-exists
2022-03-24 15:49 更新
MyBatis-Plus 条件构造器-AbstractWrapper
exists(String existsSql)
exists(boolean condition, String existsSql)
- 拼接 EXISTS ( sql语句 )
- 例:
exists("select id from table where age = 1")--->exists (select id from table where age = 1)
以上内容是否对您有帮助:
更多建议: