mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Added support for TOP statement
This commit is contained in:
@@ -28,6 +28,7 @@ type SelectStmt struct {
|
||||
SelectItems []SelectItem
|
||||
Table Table
|
||||
Filters interface{}
|
||||
Count int
|
||||
}
|
||||
|
||||
type Table struct {
|
||||
|
||||
Reference in New Issue
Block a user