Implement OFFSET LIMIT

This commit is contained in:
Pijus Kamandulis
2024-03-11 22:02:10 +02:00
parent 5b66828bd0
commit 398584368f
6 changed files with 1118 additions and 975 deletions

View File

@@ -6,6 +6,7 @@ type SelectStmt struct {
Filters interface{}
Distinct bool
Count int
Offset int
Parameters map[string]interface{}
OrderExpressions []OrderExpression
GroupBy []SelectItem