1
0

Changed formatting for entryCount.sql.

This commit is contained in:
Alexander Andreev 2023-05-06 22:21:47 +04:00
parent f5631bf3d0
commit 9d7088f2cd
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -1,2 +1,3 @@
SELECT COUNT(`entry_id`) AS `total`
SELECT
COUNT(`entry_id`) AS `total`
FROM `entry`;