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.
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.