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?