mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Implement 'GROUP BY' statement
This commit is contained in:
@@ -8,6 +8,7 @@ type SelectStmt struct {
|
||||
Count int
|
||||
Parameters map[string]interface{}
|
||||
OrderExpressions []OrderExpression
|
||||
GroupBy []SelectItem
|
||||
}
|
||||
|
||||
type Table struct {
|
||||
|
||||
Reference in New Issue
Block a user