Search code examples
How to join tow times the same table?...


phpcodeigniterjoinquery-buildername-collision

Read More
Codeigniter how to echo more than one INNER JOIN from same table...


phpcodeigniterinner-joinquery-buildername-collision

Read More
Codeigniter MySQL a Join Query with a column name collision in the results...


phpmysqlcodeigniterquery-buildername-collision

Read More
How to fetch multiple values from a database using multiple ids with CodeIgniter...


phpcodeigniterselectcodeigniter-3query-builder

Read More
SELECT rows WHERE value not found in another table using CodeIgniter's query builder...


phpcodeignitercodeigniter-3query-buildernotin

Read More
How to pass multiple values to a model method which will filter rows with CodeIgniter's where_in...


phpcsvcodeigniterquery-builderwhere-in

Read More
SELECT rows WHERE one of two date columns is BETWEEN two given dates with CodeIgniter's query bu...


phpcodeignitercodeigniter-3query-builderbetween

Read More
Codeigniter join two tables in model...


phpcodeigniterjoinquery-builder

Read More
SELECT related rows from two tables with CodeIgniter's query builder...


phpmysqlcodeigniterjoinquery-builder

Read More
SELECT data from two tables JOINed by identical column names using CodeIgniter's query builder...


phpcodeigniterjoincodeigniter-3query-builder

Read More
CodeIgniter's or_where() containing BETWEEN does not render a condition starting with OR...


phpdatecodeigniterquery-builderbetween

Read More
"fieldname is invalid in the select list" error with CodeIgniter query builder containing ...


phpsql-servercodeignitergroup-byquery-builder

Read More
COUNT rows from a JOINed table with CodeIgniter's query builder...


phpcodeigniterjoincountquery-builder

Read More
Calling an SQL function in an expression passed to CodeIgniter's select() emits an SQL error bef...


phpcodeigniterquery-buildersql-functionquoting

Read More
Getting MySQL results based on date by current month in Codeigniter...


phpmysqldatecodeigniterquery-builder

Read More
How to write a WHERE clause with two separate comparisons with CodeIgniter's query builder...


phpcodeigniterwhere-clausequery-builder

Read More
Convert raw SQL with comma-JOINed tables related by identically named columns to CodeIgniter's q...


phpmysqlcodeigniterjoinquery-builder

Read More
Convert raw SELECT query with the same table in the FROM and JOIN clauses to CodeIgniter's query...


phpcodeigniterjoinquery-builderself-join

Read More
SELECT rows WHERE date column is between the start of a given month and the end of another month usi...


phpmysqlcodeigniterquery-builderdate-range

Read More
SELECT rows WHERE date column value is between two given datetime values with CodeIgniter's quer...


phpcodeigniterwhere-clausequery-builderdate-comparison

Read More
CodeIgniter's select() method containing aliased columns and an SQL function emits a query error...


phpmysqlcodeigniterescapingquery-builder

Read More
SELECT rows WHERE a VARCHAR datetime column formatted as d-m-Y H:i:s matches a given date value with...


phpmysqldatecodeigniterquery-builder

Read More
Convert a DELETE query with AND and OR logic into CodeIgniter's query builder...


phpcodeigniterquery-buildersql-deletelogical-grouping

Read More
Comparing d/m/Y dates with CodeIgniter's query builder methods and STR_TO_DATE() is returning in...


phpmysqlcodeigniterquery-builderdate-comparison

Read More
How to prevent unwanted backticks in a SELECT clause with CodeIgniter's query builder methods...


phpcodeigniterselectquery-builderquoting

Read More
SQL function in a key of the array passed to CodeIgniter's get_where() omits expected equals sym...


phpmysqlcodeigniterwhere-clausequery-builder

Read More
How to encapsulate the logic of OR conditions with CodeIgniter's query builder methods...


phpcodeigniterwhere-clausequery-builderlogical-grouping

Read More
Convert a CodeIgniter query builer script into a raw MySQL query...


phpmysqlcodeigniterquery-builder

Read More
How to COUNT the child rows in a foreign table which relate to rows in a parent table using CodeIgni...


phpcodeigniterjoincountquery-builder

Read More
DELETE rows WHERE column IN a PHP array using CodeIgniter's query builder...


phpcodeigniterquery-buildersql-deletewhere-in

Read More
BackNext