Skip to main content

Module cv_004

Module cv_004 

Source
Expand description

LINT_CV_004: Prefer COUNT(*) over COUNT(1).

COUNT(1) and COUNT(*) are semantically identical in all major databases, but COUNT(*) is the standard convention and more clearly expresses intent.

Structsยง

CountStyle