having_without_aggregation.sqlx 130 B

12345
  1. USE plato;
  2. SELECT *
  3. FROM Input
  4. HAVING key < '100' -- using having mean aggregation GROUP BY (), should use aggregation functions