MySQL: Add Statistics Column for the Number Count of Records from Another Table
It’s hard to describe this scenario precisely with limited title length. Basically, this is when you want to dedicate a field in ‘category‘ table to store the number of articles or posts in ‘post‘ table that fall into this category. Previously, you had both ‘category’ table to store post categories and ‘post’ table to store …
MySQL: Add Statistics Column for the Number Count of Records from Another Table Read More »