I created the query where I have a Products table and another inventory (1: N) I need to add the stock of each product has in the inventory table, I made the following query:
select DISTINCT p.ID,IsNull(p.CodigoBarra, '') As
CodBarra,IsNull(p...
asked by
23.06.2017 / 02:07