Comparison Expressions

This section describes various comparison expressions in Oracle NoSQL Database.

If you want to follow along with the examples, download the script baggageschema_loaddata.sql and run it as shown below.

Start your KVSTORE or KVLite and open the SQL shell.
java -jar lib/kvstore.jar kvlite -secure-config disable

java -jar lib/sql.jar -helper-hosts localhost:5000 -store kvstore

Using the load command, run the required script.

Example:
load -file baggageschema_loaddata.sql

This creates the table used in the examples and loads the data into the table.