0
CREATE PROCEDURE SumOfTwo @val1 int, @val2 int
AS
SELECT @val1+@val2
When executing use
Exec SumOfTwo 4,5
15th May 2019, 2:42 PM
Melih Melik Sonmez
Often have questions like this?
Learn more efficiently, for free:
Hot today
Any game ideas?
2 Votes
Tailwind css Or Bootstrap
0 Votes
More advice/help plz.
0 Votes
I need help.
0 Votes
??
0 Votes
Find user codes
0 Votes



