mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-08 16:05:25 -05:00
a4dce5b53d
`COUNT()` never returns `NULL`. A `COUNT(*)` over 0 rows is 0 and a `COUNT(NULL)` is also 0.