Posts by Rodrigo Ferreira Alves • 46 points
1 post
-
3
votes1
answer98
viewsA: Subconsultas Select
As long as the table "tb_telefones" has the columns you mentioned (which makes sense), then this select can help you: SELECT * FROM tb_telefones WHERE cd_cliente IN (SELECT cd_cliente FROM…