Added support for TOP statement

This commit is contained in:
Pijus Kamandulis
2024-02-14 21:03:49 +02:00
parent 62ac9ddf6b
commit b13434eeff
6 changed files with 477 additions and 316 deletions

View File

@@ -28,6 +28,7 @@ type SelectStmt struct {
SelectItems []SelectItem
Table Table
Filters interface{}
Count int
}
type Table struct {