3 lines
55 B
SQL
3 lines
55 B
SQL
SELECT
|
|
COUNT(`entry_id`) AS `total`
|
|
FROM `entry`; |
SELECT
|
|
COUNT(`entry_id`) AS `total`
|
|
FROM `entry`; |