MySQL query to get Records in Result set

SELECT * FROM T1 WHERE id IN (1,2);

Leave a Comment