1
0
Fork 0
justguestbook/pkg/database/sqlite/queries/entryCount.sql

2 lines
51 B
SQL

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