Search code examples
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
CodeIgniter Check if database is wrong...


phpmysqldatabasecodeigniterconfiguration

Read More
( (Where and Where) OR (Where and Where) ) CodeIgniter...


phpmysqlcodeigniterquery-builderlogical-grouping

Read More
How to check if a parenthetical group is open in CodeIgniter's query builder - group_start() was...


phpmysqlcodeigniterquery-builderlogical-grouping

Read More
ORDER BY a column DESC except swap the first and second rows in CodeIgniter...


phpmysqlcodeignitersql-order-by

Read More
ORDER BY a column with CodeIgniter...


phpmysqlsortingcodeignitersql-order-by

Read More
How to get only digits from a string in MySQL?...


mysqlsql

Read More
How to remove characters from the beginning of a string in SQL?...


mysqlsqlstring

Read More
How to get only the number from a string in MySQL?...


mysqlsqlstringselectnumbers

Read More
CodeIgniter: CRUD order_by error...


phpmysqlcodeignitercrud

Read More
Convert SELECT query with GROUP BY and ORDER BY COUNT(*) to CodeIgniter's active record...


phpmysqlcodeignitersql-order-byquery-builder

Read More
How to append a LIMIT clause to a raw MySQL query in CodeIgniter...


phpmysqlcodeigniterlimit

Read More
Storing numbers as varchar...


mysql

Read More
Paginate by Month Symfony / Paginator...


phpmysqlsymfonydoctrine

Read More
SELECT query LIMITED to the last N rows then sorted ASC...


phpmysqlsql-order-bylimit

Read More
codeigniter order by desc not working properly for more then 2 or 3 digits...


phpmysqlcodeignitersql-order-bynatural-sort

Read More
Query fails when Distinct is used...


phpmysqlsqlselectdistinct

Read More
Laravel order by column with data in format "Aug 2021", "Feb 2021"...


phpmysqllaravelsql-order-by

Read More
Table design for a forum...


phpmysqlforumorganization

Read More
SELECT all rows FROM multiple tables in one trip to the database using CodeIgniter's query build...


phpmysqlcodeignitercodeigniter-3query-builder

Read More
SELECT rows WHERE column contains the search string or column is a substring of the search string...


phpmysqlsql-like

Read More
Can PHP 5.6 connect to MySQL 8.4?...


phpmysql

Read More
How to remove duplicate values from GROUP_CONCAT() in CodeIgniter's select()...


phpmysqlcodeigniterquery-buildergroup-concat

Read More
JOIN two tables using a linking table with CodeIgniter's query builder...


phpmysqlcodeigniterjoinquery-builder

Read More
BackNext