Search code examples
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
How to parenthetically group WHERE clause conditions in CodeIgniter's active record...


phpcodeigniterwhere-clausesql-likelogical-grouping

Read More
How to add a LIKE condition to a CodeIgniter query?...


phpmysqlcodeignitersql-like

Read More
How to prevent CodeIgniter's like() method automatically escaping wildcards in the search term...


phpcodeigniteractiverecordsql-likequery-builder

Read More
Adding wildcards to "WHERE equals" condition does not provide LIKE behavior in CodeIgniter...


phpsqlactiverecordcodeigniter-3sql-like

Read More
php building a mySQL query with a wildcard...


phpmysqlescapingwildcardsql-like

Read More
How to implement a "starts with" LIKE condition with CodeIgniter's like() method...


phpcodeigniteractiverecordsql-likestartswith

Read More
CodeIgniter active record like() is escaping manually added wildcards (%)...


phpcodeigniteractiverecordwildcardsql-like

Read More
Codeigniter active record to SELECT rows with a date in the current year and month...


phpcodeigniteractiverecordsql-likebetween

Read More
Using %like% and JOIN together in CodeIgniter...


phpcodeigniterjoinsearchsql-like

Read More
CodeIgniter SELECT query with LIKE condition on two joined columns returns no rows...


phpmysqlcodeigniterselectsql-like

Read More
How to use CodeIgniter's like() with multiple columns?...


phpcodeigniterwhere-clausesql-likemysql-error-1054

Read More
mysql, case sensitive compare through codeigniter...


phpcodeigniteractiverecordsql-likecase-insensitive

Read More
How to make like() method in db active record in CodeIgniter case-insensitive?...


phpcodeigniteractiverecordsql-likecase-insensitive

Read More
How to count the number of rows with LIKE condition in CodeIgniter?...


phpcodeigniteractiverecordcountsql-like

Read More
How to make "case-insensitive" query in Postgresql?...


postgresqlwhere-clausesql-likecase-insensitive

Read More
SQL- Ignore case while searching for a string...


sqlsql-servercase-insensitivesql-likeignore-case

Read More
SQL SELECT * FROM table WHERE column NOT LIKE '%str% '...


sqlmysqlsql-like

Read More
sql to match number in string...


mysqlsqlsql-like

Read More
Doctrine ODM - like operator syntax...


phpmongodbsql-likedoctrine-odm

Read More
SQL how to do a LIKE search on each value of a declared variable...


sqlsql-servervariablessql-likedeclare

Read More
Should LIKE 'searchstr%' use an index?...


sqlsqlitecocoaquery-optimizationsql-like

Read More
Microsoft office Access `LIKE` VS `RegEx`...


regexms-accesssql-like

Read More
Pandas text matching like SQL's LIKE?...


pandasstring-matchingsql-like

Read More
How can I escape square brackets in a LIKE clause?...


sql-servert-sqlescapingcharactersql-like

Read More
string matching for first name and last name characters...


sqloracle-databasesql-like

Read More
BackNext