Search code examples
SQL combine LIKE & AND & =...


sqlsql-like

Read More
SQL 'LIKE' query using '%' where the search criteria contains '%'...


sqlsql-serversql-like

Read More
What are the benefits of using = instead of LIKE in SQL?...


sqlperformancesql-like

Read More
How can I handle an SQL query with special characters?...


sqlsql-server-2005sql-like

Read More
T-SQL LIKE and special characters...


t-sqlunicodesql-like

Read More
What are some best practices for optimizing multiple column LIKE SQL queries?...


sqlsearchoptimizationsql-like

Read More
Count all products with search function...


phpcountsql-likesubmission

Read More
PHP search MySQL...


phpmysqlsql-like

Read More
mysql query resulting in numerous output makes php page go blank...


phpmysqljoomlasql-like

Read More
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
BackNext