adding test scripts
[csql.git] / test / sql / Join / treehashonboth.sql
blob90b5ca28442573c40b7a6347fc078bdca83b8645
1 create index idx1 on t1(f1) tree;
2 create index idx2 on t2(f1) tree;
3 create index idx3 on t1(f2) hash;
4 create index idx4 on t2(f2) hash;