Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to do "not equal" query or multi-value query using BerkeleyDB?

bruceliuOct 19 2016 — edited Oct 19 2016

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

This post has been answered by userBDBDMS-Oracle on Oct 19 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2016
Added on Oct 19 2016
1 comment
410 views