SELECT query with WHERE clause containing CONCAT() and REGEXP using CodeIgniter's query builder...
Read MoreWhen to use codeigniter where() function and when get_where()...
Read MoreHow to pass multiple WHERE conditions using CodeIgniter's get_where() method...
Read MoreSELECT rows WHERE a date column value equals one of three values using CodeIgniter's query build...
Read MoreSELECT rows WHERE a column value is found in a foreign table's column using CodeIgniter's qu...
Read MoreMultiple values from case expression then...
Read MorePerformance of CASE expression in WHERE condition...
Read MoreConvert OR operator to case expression...
Read MoreConvert raw SQL containing the same calculation the SELECT and WHERE clause to CodeIgniter's que...
Read MoreCase expression for 'where [value] is not null'...
Read MoreCase Expression Inside Where Clause...
Read MorePass every two elements of an indexed array as column => value parameters for CodeIgniter's w...
Read MoreOptimizing query with nested where clauses...
Read MorePostgres chkpass compares 'contain' and not 'equal'...
Read MorePassing a string of WHERE conditions to CodeIgniter's get_where() method renders an invalid quer...
Read MoreCodeigniter - How to get records from database where one fields value is more than another?...
Read MoreCodeIgniter Query Builder WHERE a column value is greater than another column value...
Read MoreWhat is the difference between HAVING and WHERE?...
Read MoreCodeIgniter JOINed tables returning results which should be disqualified by WHERE condition...
Read MoreHow to write a WHERE clause with two separate comparisons with CodeIgniter's query builder...
Read MoreSELECT rows WHERE date column value is between two given datetime values with CodeIgniter's quer...
Read MoreSELECT rows WHERE datetime column is between two dates with CodeIgniter...
Read MoreDynamic WHERE clause IN LOOP AT statement...
Read MoreChecking an input parameter if not Null and using it in where...
Read MoreSQL function in a key of the array passed to CodeIgniter's get_where() omits expected equals sym...
Read MoreHow to encapsulate the logic of OR conditions with CodeIgniter's query builder methods...
Read MoreMySQL query WHERE all values in a comma-separated string are found in a comma-separated table column...
Read More