Skip to main content

Module aggregate_star

Module aggregate_star 

Source

Structs§

AggregateStar
Flag aggregate functions other than COUNT that use * as their argument (e.g., SUM(*), AVG(*), MIN(*), MAX(*)). Only COUNT(*) is valid SQL; using * with other aggregates is almost always a typo or logic error.