adding test scripts
[csql.git] / test / sql / Join / hashon_t1f2_t2f2.sql
blob7b360ea002b468667948f385391fbfdfe595a2c1
1 create index idx1 on t1(f2) hash; 
2 create index idx2 on t2(f2) hash;