1
0
Fork 0
justguestbook/sqlite_queries/entryCount.sql

3 lines
55 B
MySQL
Raw Normal View History

2023-05-06 22:21:47 +04:00
SELECT
COUNT(`entry_id`) AS `total`
FROM `entry`;