Mysql – SQL: How to join two tables and extract the data by timestamp?
I'm using mysql. I have two tables, one is about movie type, and the other is about movie rating with timestamps. I want to join these two tables together with movie id to count the average rating for each type…