Mysql IN() function - Mysql Views : 164
Tagged in : Mysql
0 0
Send mail

Mysql IN() function



IN() : This function is used when you have a list of possible values and a single value in your database.

Example: select * from table_name WHERE memberid IN (1,2,3)
By Rekha, On - 2010-10-01



    Login to add Comments .