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+ Related PostsSQL - Combining AND & ORSQL - OR Operator ExampleSQL - AND Operator ExampleSQL - Text Fields vs. Numeric FieldsSQL - ORDER BY ExampleSQL - Operators in The WHERE Clause
EmoticonEmoticon