Support for subqueries, Group By and Having clause.

This commit is contained in:
zer0sub 2019-03-30 10:17:32 +01:00
parent ddf816c998
commit 5a7563d4af
12 changed files with 674 additions and 305 deletions

View file

@ -609,7 +609,7 @@ func (s *StmtSuite) TestUnionSelectWithMismatchedColumns(c *gc.C) {
gc.Equals,
"All inner selects in Union statement must select the "+
"same number of columns. For sanity, you probably "+
"want to select the same table columns in the same "+
"want to select the same tableName columns in the same "+
"order. If you are selecting on multiple tables, "+
"use Null to pad to the right number of fields.")
}