mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Added support for table alias; Make AS keyword optional #9
This commit is contained in:
@@ -17,6 +17,7 @@ type SelectStmt struct {
|
||||
type Table struct {
|
||||
Value string
|
||||
SelectItem SelectItem
|
||||
IsInSelect bool
|
||||
}
|
||||
|
||||
type JoinItem struct {
|
||||
|
||||
Reference in New Issue
Block a user