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