grazie mille, ma come lo integro nella query
codice:
SELECT DISTINCTROW Magazzino.id, Magazzino.Quantità-Vendite.Quantità AS Disponibilità 
FROM Magazzino LEFT JOIN Vendite ON Magazzino.id=Vendite.Oggetto;
?

thx