mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update test.
This commit is contained in:
parent
66111a6744
commit
264599179f
@ -1,8 +1,8 @@
|
||||
0 2
|
||||
0 2
|
||||
0 2
|
||||
1 2
|
||||
0 2
|
||||
1 2
|
||||
0 2
|
||||
1 2
|
||||
the rows get inserted
|
||||
2020-01-01 0 0
|
||||
|
@ -3,7 +3,7 @@ CREATE MATERIALIZED VIEW dst_mv Engine=Memory as select *, (SELECT count() FROM
|
||||
insert into src_table select * from numbers(2);
|
||||
insert into src_table select * from numbers(2);
|
||||
insert into src_table select * from numbers(2);
|
||||
select * from dst_mv;
|
||||
select * from dst_mv order by number;
|
||||
|
||||
CREATE TABLE dest_table (`Date` Date, `Id` UInt64, `Units` Float32) ENGINE = Memory;
|
||||
create table left_table as dest_table;
|
||||
|
Loading…
Reference in New Issue
Block a user