I need help:
I have a user_table with the items (id, name) and a table_post (id, user_id, etc ...)
I need that when you list the table_users, tell me how many posts each of the users has in another column something like this
id, nombre, cantidadPost
========================
1 | carlos | 0
2 | manuel | 2
3 | sofia | 5