Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 1 revision
Select * From Table_Name Where Column_Name In (value1, value2, ...)

e.g -

select * from Customers where Country in ('Germany', 'France', 'UK')
Clone this wiki locally