mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-06 17:30:25 +08:00
fix: file文件缺失
This commit is contained in:
@@ -139,6 +139,14 @@ type (
|
||||
TableName *TableName // 表名
|
||||
Alias string // 别名
|
||||
}
|
||||
|
||||
// SubqueryTableItem 表示子查询表项,如 (SELECT * FROM table1) AS alias
|
||||
SubqueryTableItem struct {
|
||||
TableSourceItem
|
||||
|
||||
SubQuery ISelectStmt
|
||||
Alias string
|
||||
}
|
||||
)
|
||||
|
||||
func (*TableSource) isTableSource() {}
|
||||
|
||||
Reference in New Issue
Block a user