I have a many-to-many relationship between Users and Tasks
Users (id, name ..)
task_user (user_id, task_id)
Tasks (id, task, state) (STATE = finalized, process, delayed)
I need to bring the number of total tasks per user...
asked by
20.12.2017 / 13:23