Create a MySQL statement joining multiple tables and doing a calculation after retrieving SUM, COUNT or NULL results
I am trying to create a SQL statement that will allow me to paginate users calculated performance results. Any help would be greatly appreciated. Here is a mock up of what I am trying to do: I have 4 tables..…