adding test scripts
[csql.git] / test / sql / Join / hashon_t1f1_t2f1_t3f1.sql
blobd49c99dffcbd9e55c186f6688b22beccc4061db6
1 echo create index idx1 on t1(f1) hash;
2 create index idx1 on t1(f1) hash;
3 echo create index idx2 on t2(f1) hash;
4 create index idx2 on t2(f1) hash;
5 echo create index idx3 on t3(f1) hash;
6 create index idx3 on t3(f1) hash;