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