Skip to main content

Module am_001

Module am_001 

Source
Expand description

LINT_AM_001: DISTINCT with GROUP BY.

Using DISTINCT with GROUP BY is redundant because GROUP BY already collapses duplicate rows. The DISTINCT can be safely removed.

Structsยง

DistinctWithGroupBy