Convert SQL containing JOINs, a subquery, GROUP BY and SUM() to CodeIgniter's active record...
Read MoreSELECT query to COUNT qualifying rows from an indirectly related table with CodeIgniter's active...
Read MoreImpossible Rails Syntax: Order has_many with polymorphic association...
Read MoreHow to eager load associations with the current_user?...
Read MoreWhat is the purpose of the CodeIgniter's get() active record method?...
Read MoreWHERE clause condition including CONVERT_TZ() and DATE_ADD() does not render as intended when using ...
Read Morerails model querying returns 11 records but no limit is set...
Read MoreCodeIgniter active record query to return rows where a column value is LIKE one of potentially multi...
Read MoreRails accepts_nested_attributes_for Error...
Read MoreORM Query results: Arrays vs Result handle wrapped in Iterator interface...
Read MoreHow does this CodeIgniter pagination feature work?...
Read MoreActiveRecord find_each combined with limit and order...
Read MoreIs it possible to change active record associations in memory without saving them to the database?...
Read MoreHow to implement a BETWEEN condition in a WHERE clause with CodeIgniter active record...
Read Moreconstant enums in rails models and database...
Read MoreWith Rails, can I use a single table to store simple values (gender, hair color, eye color)?...
Read MoreConvert SQL with subquery as part of JOIN's ON condition to CodeIgniter active record syntax...
Read MoreRails—get a random record from db?...
Read MoreCodeIgniter select() method with two parameters only returns one column in result set...
Read MoreEnclose portions of WHERE clause conditions in parentheses with CodeIgniter query builder methods...
Read MoreCodeIgniter active record query to return a column value from a single row otherwise a default value...
Read MoreActiveRecord serialize using JSON instead of YAML...
Read MoreCodeigniter combine where_in and like active record queries...
Read MoreUsing a subquery with CodeIgniter WHERE IN clause...
Read MoreRails GROUP BY query using Active Record...
Read MoreCodeIgniter's distinct() method with a column as a parameter doesn't work as expected...
Read MoreWrite query with JOINs, GROUP BY, and SUM()s using CodeIgniter's query building methods...
Read MoreRails: Add UUID Primary Key to Table in Database Already Using UUIDs as Primary Keys...
Read More