code reorg for Transactionw!
[csql.git] / test / sql / Join / hash_t1f1_tree_t2f1.sql
blobb9d77732e45af618d237ab60efe0802aa424b024
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) tree;
4 create index idx2 on t2(f1) tree;