You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Recorded reference results
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
USE tpch1;
|
||||
drop table if exists dw_entradas_fact;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tpch1.dw_entradas_fact'
|
||||
drop table if exists dw_entradas_fact_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tpch1.dw_entradas_fact_1'
|
||||
create table dw_entradas_fact (fecha date) engine=columnstore;
|
||||
create table dw_entradas_fact_1 (fecha date) engine=columnstore;
|
||||
insert into dw_entradas_fact values ('2010-01-01'), ('2010-02-02'), ('2010-02-27'), ('2010-03-01');
|
||||
@ -92,8 +88,6 @@ FROM DW_ENTRADAS_FACT_1
|
||||
WHERE FECHA BETWEEN '2010-02-01' and '2010-02-28')) AS TY;
|
||||
NORMAL OFERTA
|
||||
1 1
|
||||
drop table if exists dw_entradas_fact;
|
||||
drop table if exists dw_entradas_fact_1;
|
||||
select * from region where 2=2 union select n_regionkey, n_nationkey, n_name from nation where 0=1;
|
||||
r_regionkey r_name r_comment
|
||||
0 AFRICA lar deposits. blithely final packages cajole. regular waters are final requests. regular accounts are according to
|
||||
@ -101,3 +95,5 @@ r_regionkey r_name r_comment
|
||||
2 ASIA ges. thinly even pinto beans ca
|
||||
3 EUROPE ly final courts cajole furiously final excuse
|
||||
4 MIDDLE EAST uickly special accounts cajole carefully blithely close requests. carefully final asymptotes haggle furiousl
|
||||
drop table if exists dw_entradas_fact;
|
||||
drop table if exists dw_entradas_fact_1;
|
||||
|
Reference in New Issue
Block a user