Adding new files for oci and sqlnetwork
[csql.git] / test / dbapi / Predicate / exp.test003b
blob309f0007d1edc280868e5653c8dab7cc46e4c50f
1 Table created
2 Index created for f2
3 Total Tuples inserted is 10
4 Predicate: f1 ==4 AND f2 >3 
5 tuple value is 4 4 4 4 4
6 Predicate: f1 ==4 AND f2 ==4 
7 tuple value is 4 4 4 4 4
8 Predicate: f1 <4 AND f2 >2 
9 tuple value is 3 3 3 3 3
10 Predicate: f1 <4 AND f2 >3