mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix a typo in test file window1.test.
FossilOrigin-Name: 8c80e81d01abde9a5032cdc1a492d0fccd8db139f78d2db9413a60cfdc8e0f64
This commit is contained in:
@@ -259,7 +259,7 @@ do_catchsql_test 7.1.7 {
|
||||
} {1 {no such window: abc}}
|
||||
do_catchsql_test 7.1.8 {
|
||||
SELECT row_number(x) OVER () FROM t1
|
||||
} {1 {wrong number of arguments to function row_number}}
|
||||
} {1 {wrong number of arguments to function row_number()}}
|
||||
|
||||
do_execsql_test 7.2 {
|
||||
SELECT
|
||||
|
Reference in New Issue
Block a user