mirror of
https://github.com/pikami/cosmium.git
synced 2026-06-12 23:37:02 +01: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