mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
add max aggregate function
This commit is contained in:
@@ -47,6 +47,10 @@ do_execsql_test select-count {
|
||||
SELECT count(id) FROM users;
|
||||
} {10000}
|
||||
|
||||
do_execsql_test select-max {
|
||||
SELECT max(age) FROM users;
|
||||
} {100}
|
||||
|
||||
do_execsql_test select-limit-0 {
|
||||
SELECT id FROM users LIMIT 0;
|
||||
} {}
|
||||
|
||||
Reference in New Issue
Block a user