How to combine the initial state of a row with the latest state in MySQL?
I need to get the initial state as well as the latest state from a MySQL database. This is over two tables: customer id name surname dob email telephone 10 Steve Bobbly 01-01-1970 [email protected] 0123456789 15 James Bond 01-01-1950 [email protected]…