Skip to content

Commit d651734

Browse files
procedure
1 parent 6c7817c commit d651734

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Procedure/procedure.sql

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--Creating the procedure--
2+
3+
CREATE PROCEDURE testing(@a int , @b int)
4+
AS BEGIN
5+
SELECT 1
6+
END

0 commit comments

Comments
 (0)