SQLBuilder icon indicating copy to clipboard operation
SQLBuilder copied to clipboard

A powerful, fast, cross-platform SQL Builder for PHP. Convert your structured data into SQL queries with a fluent style interface and targeting on all the mainstream database (MySQL, PostgreSQL, SQLit...

Results 26 SQLBuilder issues
Sort by recently updated
recently updated
newest added

https://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html

MySQL
Query
Expr

Any plan for that type of query ? Love this lib btw, simplest and most efficient.

Feature
MySQL

``` sql SELECT t.relname as table_name, i.relname as index_name, a.attname as column_name FROM pg_class t LEFT JOIN pg_index ix ON (t.oid = ix.indrelid) LEFT JOIN pg_class i ON (i.oid =...

PostgreSQL
Query

- [ ] Group By Functions - [ ] Tests http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html

Feature

http://www.postgresql.org/docs/9.4/static/functions-subquery.html

Feature
PostgreSQL

http://dev.mysql.com/doc/refman/5.7/en/row-subqueries.html

Feature
MySQL

http://dev.mysql.com/doc/refman/5.6/en/date-and-time-literals.html