IN
where Country="France" OR Country="Canada" OR Country="Netherlands"where Country IN ("France", "Canada", "Netherlands")select *
from Customer;
where Country IN ("France", "Canada", "Netherlands")Last updated
Was this helpful?
where Country="France" OR Country="Canada" OR Country="Netherlands"where Country IN ("France", "Canada", "Netherlands")select *
from Customer;
where Country IN ("France", "Canada", "Netherlands")Last updated
Was this helpful?
Was this helpful?