SQL - IN Operator Example Knowledge Based Info. MySQL The following SQL statement selects all customers with a City of "Paris" or "London": Example SELECT * FROM CustomersWHERE City IN ('Paris','London'); Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsSQL - NOT NULL ConstraintSQL - INSERT INTO SELECT ExamplesSQL - Date FunctionsSQL - Aggregate FunctionsSQL - SELECT INTO ExamplesSQL - INSERT INTO SELECT Syntax
EmoticonEmoticon