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;
I have the following as a return:
ButwhenIrunthis:
SELECTId_produtoASProduto,QuantidadeASquantidade,genius.vendas.data_vendaASPeriodoFROMgenius.itens_vendaLEFTJOINgenius.vendasONvendas.Id=Id_vendaWHERE'Id_produto'=3418AND'data_venda'BETWEEN2015-02-23AND2015-02-26;
MySQLdoesnotreturnanyvalue,justtheemptytablewiththenameofthecolumns:
Does anyone have a solution? and I also need to add the amount