-1
Hello! I’m new with sql, I’m trying to do two joins, but after putting Where in the first, it appears that the second is with syntax error, but if I take Where, or the second Join, it returns the information
select nome, ncm, custo1, codigo_EAN, preco, tributacao from produto
inner join produtopreco
on produto.codigo = produtopreco.produto__codigo
where tabelapreco__ide = '11627049-F321-42DE-A3ED-4101BADDBC32'
inner join classeimposto
on Produto.Classe_Imposto = classeimposto.codigo
Got it! Thanks a lot for the clarification!
– Davignc
for nothing, do not forget to vote in the question or accept if she solved your doubt :)
– Ricardo Pontual