0
Eu tenho uma tabela tb_produtos com idproduto, desproduct, outra tabela tb_categorias com idcategory, descategory, e por fim uma ultima tabela product_category com idproduct e idcategory.
If I want to, for example, take all the products that have as idcategory 1 how would I do this search using also the product_category table? I have much this doubt of how to get data from tables with relationship N to N