I need to be able to make a query that shows me the products that were not sold in a range of dates.
The Database:
The table:
select p.ProductID,p.ProductName,p.CategoryID,o.OrderDate,DAY(o.OrderDate) as 'Dia Vendido',MONTH(o.Order...
asked by
09.06.2017 / 09:32