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