Mysql FIND_IN_SET() FUNCTION

by Rekha 2010-10-01 11:25:43

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 )

Tagged in:

1494
like
0
dislike
0
mail
flag

You must LOGIN to add comments