Commit c61bb139 authored by Sergei Petrunia's avatar Sergei Petrunia

Use --sorted_result to make test result predictable

parent fbf0364c
......@@ -897,6 +897,7 @@ insert into t1 values (3, 10, 'xxx');
insert into t1 values (3, 20, 'vvv');
prepare stmt from 'select a, row_number() over (partition by a order by b) from t1';
--sorted_result
execute stmt;
drop table t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment