test cases for trie index
[csql.git] / test / dbapi / Predicate / exp.test003h
blob798f6c02d41a2a85575a272aeadfc2127dfe64f7
1 Table created
2 Index created for f1
3 Index created for f2
4 Total Tuples inserted is 10
5 Predicate: f1 ==4 AND f2 >3 
6 tuple value is 4 4 4 4 4
7 Predicate: f1 ==4 AND f2 ==4 
8 tuple value is 4 4 4 4 4
9 Predicate: f1 <4 AND f1 >2 
10 tuple value is 3 3 3 3 3
11 Predicate: f1 <4 AND f2 >3