Is it possible to use "SELECT COUNT" as a reference to another cell with the "JOIN ON" clause in MySQL?
I have a problem as follows; Let's say I have 3 tables like this: tableA ID_name Name Email 1 Alice xx 2 Betty xx 3 Chris xx tableB Id_task id_name Tasks_submitted 1 1 1 2 2 1 3 1 1…