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

3 lines
59 B
MySQL
Raw Normal View History

2015-09-30 13:56:48 +00:00
create temporary table one as select 1;
select * from one;