[MySQL] Add support for WITH statements and Common Table Expressions.
This commit is contained in:
parent
8aa894730c
commit
f5fae577d7
6 changed files with 42 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ type selectTableImpl struct {
|
|||
readableTableInterfaceImpl
|
||||
}
|
||||
|
||||
func newSelectTable(selectStmt jet.StatementWithProjections, alias string) SelectTable {
|
||||
func newSelectTable(selectStmt jet.SerializerStatement, alias string) SelectTable {
|
||||
subQuery := &selectTableImpl{
|
||||
SelectTable: jet.NewSelectTable(selectStmt, alias),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue