Search code examples
Query to show records with 3 date criterias...


mysqldateselect

Read More
Join two tables in MySQL with random rows from the second...


mysqljoinrandom

Read More
CodeIgniter query() with unescaped single quotes in a single-quote SQL string gives a 1064 error...


phpmysqlcodeignitermodelescaping

Read More
CodeIgniter's update() query builder method corrupts the rendered SQL with backticks around each...


phpmysqlcodeigniterquery-builderquoting

Read More
MySQL query fails after table qualifier on alias in CodeIgniter's select() method...


phpmysqlcodeigniteraliasquery-builder

Read More
MySQL: Determine Table's Primary Key Dynamically...


phpsqlmysqlprimary-key

Read More
How to get primary key of table?...


phpmysqlprimary-key

Read More
Why does my CodeIgniter model method return no results?...


phpmysqlcodeigniterselectquery-builder

Read More
Raw SQL executed with mysql_query() returns no results in CodeIgniter but works in phpMyAdmin...


phpmysqlcodeigniter

Read More
How to filter database table results to the last 12 hours using CodeIgniter's query builder...


phpmysqlcodeignitertimestampquery-builder

Read More
Convert raw MySQL query with SUM() expressions containing multiple conditions to CodeIgniter's q...


phpmysqlcodeignitersumquery-builder

Read More
Object of class DateTime could not be converted to string...


phpmysqldatetimeinsert

Read More
Getting Sum of db field using join active record in codeigniter...


phpmysqlcodeigniterjoincodeigniter-2

Read More
How to COUNT() the related records in a JOINed table per parent table row using a MySQL query...


phpmysqljoingroup-bycount

Read More
H2 "runscript" command turns all table names into uppercase...


mysqlsqlh2init

Read More
Why does my Left Join subquery only work with * instead of specifying the fields I need?...


sqlmysqlselectsubqueryleft-join

Read More
How to save numbers to mysql database as it is?...


phpmysqlsqlnumber-formatting

Read More
Why is my CodeIgniter SELECT SUM() query returning 1 row when there should be more?...


phpmysqlcodeigniteraggregate-functionsquery-builder

Read More
SELECT query with conditional expression in SUM() is rendered with incorrect backticks using CodeIgn...


phpmysqlcodeigniterquery-builderquoting

Read More
MySQL SELECT query to SUM conditionally...


mysqlconditional-statementssum

Read More
CodeIgniter Active Record - Get number of returned rows and get the sum...


phpmysqlsqlcodeigniter

Read More
How to use INSERT INTO in database where a condition is the ID has to be unique...


mysqlsql

Read More
Am I Using JDBC Connection Pooling?...


javamysqljdbcjakarta-eeconnection-pooling

Read More
How to join a table to this SQL code?...


phpmysqlsqlloopsjoin

Read More
What's the difference between utf8_general_ci and utf8_unicode_ci?...


mysqlunicodeutf-8collationcharacter-set

Read More
How to SUM() two multiplied column values with CodeIgniter's query builder...


phpmysqlcodeignitersumquery-builder

Read More
Get final balance with latest transaction per account with CodeIgniterfetching data from the table...


phpmysqlcodeignitergroupingaggregate-functions

Read More
How to REGEXP for numbers that begin with a specific number in MySQL?...


mysqlregex

Read More
SUM() values from a single column using CodeIgniter's query builder...


phpmysqlcodeignitersumquery-builder

Read More
SELECT SUM() of column values from qualifying rows using CodeIgniter's query builder...


phpmysqlcodeignitersumquery-builder

Read More
BackNext