Hi,
I didn't find how to do the not equal query, like >, <, !=, >=, <= and etc.
I also didn't find how to do multi-value query using cursor. A column in a table has many values like (1,2,3,4), I want query out those records with value 1 or 2. How to do it? If I use two cursor, which means I will traverse the data for two times.
Can berkeleydb support multi-condition query, like and/or/not ?
Regards
-Bruce