mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01711_cte_subquery_fix.sql
This commit is contained in:
parent
8911a038a0
commit
34cc9d5430
@ -1,2 +1,3 @@
|
||||
create or replace table t engine = Memory as with cte as (select * from numbers(10)) select * from cte;
|
||||
drop table if exists t;
|
||||
create table t engine = Memory as with cte as (select * from numbers(10)) select * from cte;
|
||||
drop table t;
|
||||
|
Loading…
Reference in New Issue
Block a user