mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
`COUNT()` never returns `NULL`. A `COUNT(*)` over 0 rows is 0 and a `COUNT(NULL)` is also 0.
1 line
70 B
Text
1 line
70 B
Text
Remove redundant `COALESCE()`s around `COUNT()`s in database queries.
|