mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 08:50:46 +00:00
Added support for table alias; Make AS keyword optional #9
This commit is contained in:
@@ -51,3 +51,9 @@ func SelectItem_Constant_Parameter(name string) parsers.SelectItem {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
func SelectItem_Path(path ...string) parsers.SelectItem {
|
||||
return parsers.SelectItem{
|
||||
Path: path,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user