[jOOQ/jOOQ#16773] Work around BigQuery limitation of using: HAVING

clause on a non-aggregate query
This commit is contained in:
Lukas Eder 2024-06-05 16:09:35 +02:00
parent 21ea53dac2
commit a2185bf76c

View File

@ -41,7 +41,6 @@ import static java.util.Arrays.asList;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.CLICKHOUSE;
// ...
import static org.jooq.SQLDialect.CUBRID;