mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-12-18 06:13:28 +00:00
Convert existing tests to use new runner
This commit is contained in:
2
tests/normal-use/rowid-group-by/query.sql
Normal file
2
tests/normal-use/rowid-group-by/query.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select rowid % 10, count(*) FROM dataset group by 1 order by 1;
|
||||
.output
|
||||
10
tests/normal-use/rowid-group-by/results.txt
Normal file
10
tests/normal-use/rowid-group-by/results.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
0|9
|
||||
1|10
|
||||
2|10
|
||||
3|10
|
||||
4|10
|
||||
5|10
|
||||
6|10
|
||||
7|10
|
||||
8|10
|
||||
9|10
|
||||
Reference in New Issue
Block a user