mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Another very small performance improvement.
FossilOrigin-Name: 7a1e30a17f57ca006dd84b6f97b0c7811bf4c6da4b02903452ffc4bc363cab9b
This commit is contained in:
@ -897,4 +897,8 @@ do_execsql_test 4.10 {
|
||||
SELECT count(*) OVER (ORDER BY b) FROM t1
|
||||
} {3 3 3 6 6 6}
|
||||
|
||||
do_execsql_test 4.11 {
|
||||
SELECT count(distinct a) FILTER (WHERE b='odd') FROM t1
|
||||
} {3}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user