Quantcast
Channel: SQL Server Data Warehousing forum
Viewing all articles
Browse latest Browse all 1203

Need help with stored proc with parameters

$
0
0

I have a project and I need to figure out the stored proc for this query:

select Inventory.Sname
from Parts, Inventory, Shipments
where Parts.Color = 'green' and Parts.Pno = Shipments.Pno and Shipments.Sno = Inventory.Sno

How can I create a stored proc with parameters for  specific color?


Viewing all articles
Browse latest Browse all 1203


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>