The CONTAINS operator
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The CONTAINS operator
You can use the CONTAINS operator of the WHERE option
of the record phrase to query a OpenEdge database. For example,
the following query displays each Item record of
the sports2000 database whose CatDescription field
contains the string "hockey":
|
Using the CONTAINS operator involves word indexes and
word-break tables. This section explains why and tells you how to
use word indexes and word-break tables. Specifically, the section
covers:
- Using word indexes
- Using word-break tables
- Using the
CONTAINSoperator - Word indexing external documents
- Word indexing non-OpenEdge databases
Note: Word indexes and word-break tables have international
implications. To understand these implications, first read this
section, then see Internationalize ABL Applications.