2
I am created 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 it be my command sql
so that I can display an exit report of goods by date?
I’m programming in C#
using Sql Server
What information do you want to display and how do you want to display them? we from an example of the desired output
– Barbetta
Hello, in case I want to display date of output, product , quantity , cost , and sale
– João Ávila