SQL - WHERE Clause Example Knowledge Based Info. MySQL The following SQL statement selects all the customers from the country "Mexico", in the "Customers" table: Example SELECT * FROM CustomersWHERE Country='Mexico'; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon