I'm having trouble creating a select that fetches data in two tables, the description follows:
Tabela produto
(
id_produto,
nome_produto,
preco,
categoria
)
Tabela imagem
(
id_imagem,
id_produto,
nome_imagem,
caminho
)
A product can have several images, but what I need is to select 1 product and the first image of it because the first is the image to be used in the disclosure.