You can use subscripting in the WHERE clause
of a SELECT statement to specify a range of characters or numbers
in a column, as the following query shows.
The subscript [1,4] causes
the query to retrieve all rows in which the first four letters of
the cat_advert column are High, as result
shows.