1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00
Files
ocsms/db
Martin Rüegg 5755ab800f speed optimization
as count(`fieldname`) does check for NULL values (as they will be excluded) it is faster to use count(*) as the date will never be NULL anyway (NULLs are not allowed at all 😄 )
2015-02-12 21:36:19 +01:00
..
2015-01-03 11:12:09 +01:00
2015-02-12 21:36:19 +01:00