The following query shows two ways to specify a range
of rows in a WHERE clause.
Each statement in the query specifies a range for catalog_num from
10005 through 10008, inclusive. The first statement uses keywords,
and the second statement uses relational operators to retrieve the
rows, as the result shows.
Although the catalog table includes a column with
the BYTE data type, that column is not included in this SELECT statement
because the output would show only the words <BYTE value> by
the column name. You can write an SQL API application to display TEXT
and BYTE values.