update src/test/regress/expected/xc_rownum.out.

This commit is contained in:
周雄佳
2020-08-14 21:59:53 +08:00
committed by Gitee
parent c9738b11d1
commit c43dbab1ce

View File

@ -274,6 +274,7 @@ select * from (values(rownum+1, 1)) x(a, b);
ERROR: specified ROWNUM is not allowed here.
LINE 1: select * from (values(rownum+1, 1)) x(a, b);
^
--test except and minus
--create test table
create table except_table (a int, b int);