sebastienros/yessql

There is no easy way to add multiple Having clause in the SqlBuilder

Opened this issue · 0 comments

If you need to add multiple Having clause to a query, there is no way of detecting if there is already a having clause or not.

Just like we have WhereAnd and WhereOr we should also have HavingAnd and HavingOr.