IN « Function « SQL / MySQL






1.IN operator.
2.The IN() function can be used to test one value against a number of possible values.
3.IN and NOT IN operators provide the most flexibility when comparing values to the results returned by a subque
4.Several different values can be written more easily by using the IN( ) operator.