Joining another table in MySQL inflates count number
I have three tables in a MySQL database, and after joining two of them together, the COUNT() function in my query no longer works properly, and returns inflated numbers instead. Please excuse my messy code as it is my first…