Describe the bug
There is a BUG when there is more than one field/filter in the having clause.
To Reproduce
To reproduce the problem, simply execute an SQL similar to the one shown in the example below:
select
tablefield1
from
tabletest1
group by
tablefield1
having
count(tablefield2) > 1
and count(tablefield) > 1 -- The error occurs in this second filter. If you remove this second filter, then it works correctly.
Expected behavior
Execute the query correctly.
Screenshots
This is the error that occurs:
And if I remove the second filter, then it works correctly:
Software versions
MonetDB version number: 11.43.9
OS and version: Windows 10
Installed from release package or self-installed and compiled: release package
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a BUG when there is more than one field/filter in the having clause.
To Reproduce
To reproduce the problem, simply execute an SQL similar to the one shown in the example below:
select
tablefield1
from
tabletest1
group by
tablefield1
having
count(tablefield2) > 1
and count(tablefield) > 1 -- The error occurs in this second filter. If you remove this second filter, then it works correctly.
Expected behavior
Execute the query correctly.
Screenshots


This is the error that occurs:
And if I remove the second filter, then it works correctly:
Software versions
MonetDB version number: 11.43.9
OS and version: Windows 10
Installed from release package or self-installed and compiled: release package
The text was updated successfully, but these errors were encountered: