MySQL Select Multiple VALUES March 19, 2023 by Tarik Try or: WHERE id = 3 or id = 4 Or the equivalent in: WHERE id in (3,4)