**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-410](https://jira.spring.io/browse/DATAJDBC-410?redirect=false)** and commented The `NOT IN` in the following statement doesn't get rendered properly. `StatementBuilder.select(left).from(table).where(left.in(right).not()).build()` which causes https://github.com/spring-projects/spring-data-r2dbc/issues/177#event-2624888623 --- **Referenced from:** pull request https://github.com/spring-projects/spring-data-jdbc/pull/167