code reorg for Transactionw!
[csql.git] / test / sql / Join / treeon_t1f2_t2f2.sql
blob18f9b55ac965cd9a6287220b37d0f4a8a7275f11
1 create index idx1 on t1(f2) tree; 
2 create index idx2 on t2(f2) tree;