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