-- Find all orders from specific countries SELECT * FROM orders WHERE ship_country IN ('France', 'Austria', 'Spain');
Last updated 3 years ago
Was this helpful?