Count aggregate function is number | null
, should be just number
#191
Labels
wontfix
This will not be worked on
number | null
, should be just number
#191
So, I have this straightforward query:
However, it's result type is:
Shouldn't it just be number? Even if there are 0 rows satisfying the condition, the
COUNT(*)
aggregate function should be returning 0, not null.The text was updated successfully, but these errors were encountered: