SQLBuilder
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...
https://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html
Any plan for that type of query ? Love this lib btw, simplest and most efficient.
``` 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 =...
- [ ] Group By Functions - [ ] Tests http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html
http://www.postgresql.org/docs/9.4/static/functions-subquery.html
http://dev.mysql.com/doc/refman/5.7/en/row-subqueries.html
http://dev.mysql.com/doc/refman/5.6/en/date-and-time-literals.html