Count all rows in the project_time table.
project_time
Make sure to type SELECT COUNT(*).
SELECT COUNT(*)