Posts by RichardSD • 33 points
1 post
-
3
votes1
answer223
viewsQ: How to join two selects of different tables?
I have the following tables: +--------- + +-------------+ | usuario | |usuario_grupo| +----------+ +--------- + +-------------+ | grupo | |usuario_id|----->| membro_id | +----------+ | nome | |…