2 lines
51 B
MySQL
2 lines
51 B
MySQL
|
SELECT COUNT(`entry_id`) AS `total`
|
||
|
FROM `entry`;
|