IDEACodeTools
IDEACodeTools copied to clipboard
SQL to JOOQ error: select count(distinct c1) from t1
The code trying to convert
SQL:
select count(distinct c1) from t1
JOOQ:
now: count(c1)
want: countDistinct(c1)
The error msg: