I want to search name with specific ids.
select * from members where 1=1 AND MemberID IN('2,8') and Status = '1' AND (FirstName LIKE 'v%') ORDER BY MemberID
here is my query. can any one tell me whats wrong and what is the right query to search the name with specific ids.
Thanks
1 Answer