--In this If @status variable is less than 2 then Mem_Archeived column is considered otherwise not. Any help on this would be great! Thanks Kapil
(comments are locked)
|
|
I think that should work
Scott
(comments are locked)
|
|
-- Try this DECLARE @Status INT SET @Status = 1 -- (can be 0,1,2) SELECT * FROM Members
WHERE Mem_Number in
( SELECT MemberID
(comments are locked)
|

