mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Add support for expressions in SELECT clause
This commit is contained in:
@@ -34,6 +34,7 @@ const (
|
||||
SelectItemTypeConstant
|
||||
SelectItemTypeFunctionCall
|
||||
SelectItemTypeSubQuery
|
||||
SelectItemTypeExpression
|
||||
)
|
||||
|
||||
type SelectItem struct {
|
||||
|
||||
Reference in New Issue
Block a user