未验证 提交 0b6fdde9 编写于 作者: A Artem Zuikov 提交者: GitHub

minor test fix (#9835)

上级 0744606f
......@@ -517,7 +517,7 @@ where
and l_shipdate < date '1995-09-01' + interval '1' month;
select 15, 'fail: correlated subquery'; -- TODO: Missing columns: 'total_revenue'
drop table if exists revenue0;
drop view if exists revenue0;
create view revenue0 as
select
l_suppkey,
......@@ -548,7 +548,7 @@ where
)
order by
s_suppkey; -- { serverError 47 }
drop table revenue0; -- TODO: drop view
drop view revenue0;
select 16;
select
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册