My problem is, when I execute the command below:
SELECT Id_produto AS Produto, Quantidade AS quantidade,
genius.vendas.data_venda AS Periodo
FROM genius.itens_venda
LEFT JOIN genius.vendas ON vendas.Id = Id_venda
WHERE 'Id_produto' = 3418;...
asked by
25.08.2016 / 01:39