SyntaxFix
Write A Post
Hire A Developer
Questions
If i am understanding your question, would this work? (you will have to replace with your actual column and table names)
SELECT time_col, COUNT(time_col) As Count FROM time_table GROUP BY time_col WHERE activity_col = 3