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