Search code examples
SELECT WHERE a group of OR IN () conditions AND a group of OR LIKE conditions using CodeIgniter'...


phpcodeigniterwhere-clausesql-likewhere-in

Read More
SELECT rows WHERE column contains the search string or column is a substring of the search string...


phpmysqlsql-like

Read More
How to query MongoDB with "like"...


sqlmongodbmongodb-querysql-like

Read More
Conditionally filter records using LIKE on identically named columns from two tables in CodeIgniter...


phpcodeignitersql-likequery-builder

Read More
CodeIgniter active record query to return rows where a column value is LIKE one of potentially multi...


phparrayscodeigniteractiverecordsql-like

Read More
How to do a conditional statement in SQL where clause...


sqlsql-like

Read More
Powershell - LIKE against an array...


arrayspowershellsql-like

Read More
CodeIgniter Active Record multiple "where" and "or" statements...


phpcodeignitersql-likequery-builderlogical-grouping

Read More
Using CodeIgniter's query builder to make a WHERE clause with CONCAT() and LIKE...


phpcodeigniterconcatenationsql-likequery-builder

Read More
Search for string patterns in SQL...


sqlmysqlpattern-matchingsql-likestring-matching

Read More
CodeIgniter query builder script to SELECT rows WHERE a column value is LIKE any value in a PHP arra...


phparrayscodeignitersql-likequery-builder

Read More
CodeIgniter active record query with multiple OR LIKE conditions and AND WHERE conditions...


phpcodeignitersql-likequery-builderlogical-grouping

Read More
Codeigniter - use two like and where together...


phpcodeigniterwhere-clausesql-likequery-builder

Read More
CodeIgniter query gives unexpected results when using 2 or more search words...


phpmysqlcodeigniterselectsql-like

Read More
CodeIgnoter SELECT query WHERE a column equals one value and another column is LIKE one of multiple ...


phpmysqlcodeigniterwhere-clausesql-like

Read More
MySQL SELECT "LIKE" parameter not working properly...


mysqlselectsql-like

Read More
Filter using LIKE on an aliased column from the SELECT clause after UNION of two queries with CodeIg...


phpcodeigniterunionsql-likequery-builder

Read More
Convert SELECT query with 2 LIKE conditions separated by OR into CodeIgniter's query builder...


phpcodeigniterselectsql-likequery-builder

Read More
SQL Like Operator...


mysqlsqlselectwhere-clausesql-like

Read More
Codeigniter 3 use of db->like for multiple columns results in an SQL related error...


phpcodeignitermariadbsql-likequery-builder

Read More
CodeIgniter query builder with a dynamic number of LIKE conditions in the WHERE clause...


phpcodeignitersql-likequery-builder

Read More
How to write two LIKE conditions separated by OR inside of parentheses with CodeIgniter...


phpcodeigniterescapingsql-likequoting

Read More
How to use a LIKE query with CodeIgniter?...


phpmysqlcodeigniterprepared-statementsql-like

Read More
CodeIgniter active record with where() and multiple or_like() logic...


phpcodeigniteractiverecordwhere-clausesql-like

Read More
How to JOIN a table with a LIKE condition using CodeIgniter's active record...


phpmysqlcodeigniteractiverecordsql-like

Read More
Use of Pipe (Vertical bar) in SQL LIKE operator statements...


sqlsql-serversql-like

Read More
How to use CodeIgniter to perform a multi-keyword search across multiple tables and identify the sou...


phpmysqlcodeignitersql-likeunion-all

Read More
How to query rows using LIKE on many columns across multiple tables with Codeigniter active record...


phpcodeigniterjoinactiverecordsql-like

Read More
How to query multiple database tables with LIKE keyword conditions via one CodeIgniter query...


phpmysqlcodeigniterunionsql-like

Read More
How to only append a wildcard at the end of a WHERE LIKE condition with CodeIgniter's active rec...


phpsqlmysqlcodeignitersql-like

Read More
BackNext