mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 17:48:25 +08:00
update docs
This commit is contained in:
parent
5667b67eb8
commit
234faca5ce
@ -257,7 +257,7 @@ QueryWrapper queryWrapper=QueryWrapper.create()
|
|||||||
.from(ACCOUNT)
|
.from(ACCOUNT)
|
||||||
.where(ACCOUNT.ID.ge(100))
|
.where(ACCOUNT.ID.ge(100))
|
||||||
.and(
|
.and(
|
||||||
exist(
|
exist( // or notExist(...)
|
||||||
selectOne().from(ARTICLE).where(ARTICLE.ID.ge(100))
|
selectOne().from(ARTICLE).where(ARTICLE.ID.ge(100))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user