We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7817c commit d651734Copy full SHA for d651734
Procedure/procedure.sql
@@ -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