Select * from table where id = 1 July 8, 2019 16 32 64 128 Select * from table where id = 1 and 2 Select * from table where id 1 2 3 Select * from table where id = 1 or 2 Select * from table where id in (id1 id2 ... idn) Select from table where id count is greater than 1 Select * from table Select * from table where 1=1