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