Search code examples
Combination of AND and OR and NOT operators with FIND_IN_SET() returns no results...


mysqlfind-in-setlogical-groupingnot-operator

Read More
How to use MySQL's FIND_IN_SET() to find a matching value in a comma-separated list...


mysqlfind-in-set

Read More
MySQL FIND_IN_SET() only correctly finds the first value in a column of comma then space separated v...


mysqlfind-in-set

Read More
SELECT query WHERE FIND_IN_SET AND FIND_IN_SET returns no results...


mysqlfind-in-set

Read More
Why doesn't MySQL's FIND_IN_SET() find values separated by a comma then a space?...


mysqlfind-in-set

Read More
How to use FIND_IN_SET() on column values separated by semicolons...


mysqlsqlselectinner-joinfind-in-set

Read More
How to calculate the subset position of a value found by FIND_IN_SET() if the whitelist was divided ...


mysqlinteger-divisionfind-in-set

Read More
Is it necessary/beneficial to explicitly compare FIND_IN_SET() against > 0 in MySQL?...


mysqlfind-in-set

Read More
MySQL query WHERE all values in a comma-separated string are found in a comma-separated table column...


mysqlwhere-clauseintersectionfind-in-set

Read More
How to prevent CodeIgniter adding IS NULL when writing a FIND_IN_SET() condition in where()...


phpmysqlcodeigniterquery-builderfind-in-set

Read More
SELECT rows with a qualifying number in a column of comma-separated integers in a CodeIgniter applic...


phpmysqlcodeigniterwhere-clausefind-in-set

Read More
How to SELECT a row WHERE a comma-separated column value contains a specified value in CodeIgniter...


phpcodeigniterwhere-clausedelimitedfind-in-set

Read More
Codeigniter database Join on two columns based on multiple values...


phpmysqlcodeigniterpyrocmsfind-in-set

Read More
In CodeIgniter, how to JOIN one table to another if a column value is found in another column contai...


phpmysqlcodeigniterjoinfind-in-set

Read More
How to JOIN tables by relating integers with comma-separated values with CodeIgniter's query bui...


phpcodeigniterjoinquery-builderfind-in-set

Read More
CodeIgniter SELECT query for records with a comma-separated column containing a value from a PHP arr...


phpmysqlcodeigniterquery-builderfind-in-set

Read More
CodeIgniter SELECT query WHERE any value of a PHP array is found in a column of comma-separated stri...


phpmysqlcodeigniterquery-builderfind-in-set

Read More
How to use find_in_set() function in Codeigniter to find more than one values from the database fiel...


phpcsvcodeigniterfind-in-set

Read More
How to add a FIND_IN_SET() condition to a WHERE clause with CodeIgniter's query builder...


phpcodeigniterwhere-clausequery-builderfind-in-set

Read More
How to use FIND_IN_SET() to JOIN two tables with CodeIgniter's query builder...


phpmysqlcodeigniterjoinfind-in-set

Read More
CodeIgniter's where() method is concatenating "IS NULL" in the rendered query when usi...


phpcodeigniterwhere-clausequery-builderfind-in-set

Read More
MySQL query's NOT IN() condition fails to accommodate a column containing comma-separated values...


mysqlfilterwhere-clausefind-in-set

Read More
I want to select rows which has a particular value in the column but the column can contain multiple...


sqlmysqldatabasefind-in-set

Read More
Check if specific value exists in a MySQL column containing comma-separated values...


phpmysqlfind-in-set

Read More
CodeIgniter SELECT query with JOIN conditions using FIND_IN_SET() is not returning the expected resu...


phpmysqlcodeigniterjoinfind-in-set

Read More
Join query with comma separated values in codeigniter...


phpmysqlcodeignitercodeigniter-2find-in-set

Read More
Replace comma-separated ids with corresponding names in a CodeIgniter SELECT query result set...


phpcodeigniterjoindelimitedfind-in-set

Read More
MySQL SELECT query in CodeIgniter WHERE a comma-separated column contains a specific whole value...


phpmysqlcodeigniterwhere-clausefind-in-set

Read More
Usage of FIND_IN_SET in query...


phpcodeigniteractiverecordgroup-byfind-in-set

Read More
difference between where_in and find_in_set...


phpmysqlcodeigniterwhere-infind-in-set

Read More
BackNext