1
0
Fork 0
justguestbook/sqlite_queries/entryCount.sql

3 lines
55 B
SQL

SELECT
COUNT(`entry_id`) AS `total`
FROM `entry`;