Skip to content
Snippets Groups Projects
Unverified Commit a4dce5b5 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)

`COUNT()` never returns `NULL`. A `COUNT(*)` over 0 rows is 0 and a
`COUNT(NULL)` is also 0.
parent 33abbc32
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment