Hi, Please help me to achieve this.
The ID values are as follows.
100
101
102
103
104
105
106
CREATE PROCedure Survey
@id INT
AS
BEGIN
SELECT * FROM SOUTH WHERE Surveyid=@id
end
How to call procedure with two values like as
EXECUTE Survey '100,101'

sasi kumarPosted Oct 22, 2018, 11:06 PM
Jayesh VaghasiyaPosted Oct 15, 2018, 6:00 AM
Abhishek MishraPosted Oct 12, 2018, 11:23 PM