count(*) vs count(column-name) – which is more correct? [duplicate]

Your use of COUNT(*) or COUNT(column) should be based on the desired output only.

Leave a Comment