1
0
Fork 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
1 changed files with 2 additions and 1 deletions

View File

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