having clauses in sql should only be used with aggregate functions and also imply a grouping is being applied to the select statement
I don't think it is easy to enforce this at a type level so as a first attempt this should just be implemented so that having is handled exactly the same as a where clause
having clauses in sql should only be used with aggregate functions and also imply a grouping is being applied to the select statement
I don't think it is easy to enforce this at a type level so as a first attempt this should just be implemented so that
having
is handled exactly the same as awhere
clause