mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-20 05:18:52 +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