I don't understand what you are asking.
If you have a field "nome" in the two tables that match up, you can do a join between the tables, and from the join results select the fields you want to display or manipulate. Rows in the tables that have the value "Todo" in the field "nome" would be combined to make a larger row.
But your sample code seems to have nothing in the "Equipe" table except "nome"., so I'm not sure what you want that table for.
BTW, you seem to have applied a color option to your sample code that makes it almost impossible to read ... white on white, it looks like. I've changed the color in my reply. If this is a result of pasting from your editing tools (IDE, perhaps), be warned ... and maybe check the color yourself.
/dps