Posts by user90099 • 11 points
1 post
-
0
votes1
answer60
viewsQ: select two tables using Where
I have a table of produtos (id,id_categoria,nome,descricao) and a table of imagens (id, FileName, id_produto). I need to list product data and a product related table image by id. $sql =…