|
|
Mysql FIND_IN_SET() FUNCTION - Mysql
|
Views : 457
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Mysql FIND_IN_SET() FUNCTION
FIND_IN_SET() : This function is used where you have comma separated list of values stored in database and want to see if a certain value exists in that comma seperated list.
Example: select * from members WHERE FIND_IN_SET( 'HARI', namelist ) |
|
By Rekha, On - 2010-10-01 |
|
|
|