mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
a4dce5b53d
`COUNT()` never returns `NULL`. A `COUNT(*)` over 0 rows is 0 and a `COUNT(NULL)` is also 0.
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
Remove redundant `COALESCE()`s around `COUNT()`s in database queries.
|