c9s
c9s
``` 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