MYSQL: 3.23.36 running on LINUX
I've got two tables:
Table: Titles
Fields: ID, title, index
Table: Values
Fields: ID_title, value, hour
The first table has the unique list of Titles, the second table has
the values each title has on a specific hour. There are several
records on the second...