Implement basic ORDER BY

- Only SELECT * is supported
- Only ASC is supported
This commit is contained in:
Bennett Clement
2024-07-18 22:29:06 +08:00
parent 865b3a04e9
commit 2e0d4c6fdb
10 changed files with 236 additions and 72 deletions

View File

@@ -10,3 +10,4 @@ source $testdir/select.test
source $testdir/where.test
source $testdir/like.test
source $testdir/scalar-functions.test
source $testdir/orderby.test