ClickHouse/tests/queries/0_stateless/00235_create_temporary_table_as.sql

4 lines
110 B
MySQL
Raw Normal View History

2019-06-03 17:36:27 +00:00
drop temporary table if exists one_0023;
create temporary table one_0023 as select 1;
select * from one_0023;