Skip to content

How to count mention in one day [closed]

I am try to understant how to make a table that tells me in which specific day were written the most mentions about the persons in my table.

EXPECTED RESULT:

Advertisement

Answer

I am try to understant how to make a table that tells me in which specific day were written the most mentions about the persons in my table.

For this question, I would expect a query like this:

This returns the date that most frequently occurs for each person. You don’t mention the name of the date column, so this just uses date.

User contributions licensed under: CC BY-SA
6 People found this is helpful