You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Recorded reference results
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
USE tpch1;
|
||||
drop table if exists t;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tpch1.t'
|
||||
create table t(a int, b varchar(10), c decimal(7,2)) engine=columnstore;
|
||||
insert into t(a,b,c) values (1,'x',10),(2,'x',11), (3, 'x', 12), (1,'y',12),(2,'y',11), (3, 'y', 10);
|
||||
select a as bu,
|
||||
|
Reference in New Issue
Block a user