FIND_IN_SET(str,strlist) : FIND_IN_SET : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » FIND_IN_SET »

 

FIND_IN_SET(str,strlist)


This function does not work properly if the first argument contains a comma (',') character.

mysql>
mysql> SELECT FIND_IN_SET('b','a,b,c,d');
+----------------------------+
| FIND_IN_SET('b','a,b,c,d') |
+----------------------------+
|                          |
+----------------------------+
row in set (0.00 sec)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» FIND_IN_SET