How to Count Daily Records with MySQL
Recently, as part of a task at work, I had to do a count on how many records a table was having per day based also on some other criteria. In this post, we will focus on the core part of this, the “the count records per day”, since it can be easily reuse for […]