How to convert SQL containing JOINs, a subquery, GROUP BY and SUM() to CodeIgniter's active reco...
Read MoreSELECT COUNT of records in a second table per record in a first table using CodeIgniter query builde...
Read MoreUpdate field in the other table when using form create Yii2...
Read MoreActiveRecord find_each combined with limit and order...
Read MoreHow to build a WHERE clause containing dynamic and static value comparisons in CodeIgniter active re...
Read MorePass every two elements of an indexed array as column => value parameters for CodeIgniter's w...
Read MoreHow to change connection to the database on acts as taggable on...
Read Morecodeigniter querying from database not working as expected...
Read MoreRails / ActiveRecord: avoid two threads updating model at the same time with locks...
Read MoreRails: Force empty string to NULL in the database...
Read More`RuntimeError: unknown class: Integer (RuntimeError)` when using `joins` in ActiveRecord query...
Read MoreCodeigniter Date comparison - Greater than or Less than datetime field not working...
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 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 More