```java select(x->x.children().where(xxx).anyValue()).toList() ``` 上面的查询会生成sql`select exist(select * from xxxx where xxx) as "value1"` 导致语法错误
上面的查询会生成sql
select exist(select * from xxxx where xxx) as "value1"导致语法错误