Query.jl
Query.jl copied to clipboard
Feature request: Add HAVING clause
Could you please add support for HAVING?: https://www.w3schools.com/sql/sql_having.asp
Thanks for the great package!
I'll have a look. I think in general you might be able to achieve the same by some thing by some clever combination of the @groupby and @where clause, though I'm not 100% positive.