oceanbase/unittest/sql/engine/aggregate/test_hash_groupby2.schema
obdev b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00

5 lines
170 B
Plaintext

#create database opt;
#use opt;
create table t1(c1 int, c2 int);
create table t2(c1 int, c2 int);
create table t3(c1 int, c2 int, c3 double, c4 char(20), c5 varchar(40));