I am creating a system for output management, one of my tables stores the output history information, it has the following columns,
IDpedido,
DataDoPedido
CodProduto,
QuantidadeProduto
CustoProduto (preço de custo)
VendaProduto (preço de venda )
How can be my sql
command so that I can display a goods issue report by date?
I'm programming in C#
using Sql Server