Query.jl icon indicating copy to clipboard operation
Query.jl copied to clipboard

Feature request: Add HAVING clause

Open ngphuoc opened this issue 8 years ago • 1 comments

Could you please add support for HAVING?: https://www.w3schools.com/sql/sql_having.asp

Thanks for the great package!

ngphuoc avatar Aug 31 '17 08:08 ngphuoc

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.

davidanthoff avatar Aug 31 '17 15:08 davidanthoff