Use inner joins
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An inner join produces a results table consisting of
only those rows that correspond to the tables specified in the query.
A query expression can specify inner joins in either its FROM clause
or its WHERE clause.
The basic syntax for a join is:
Syntax
|
The following example demonstrates a join that retrieves information from two tables relating customers and their order information.
|
The statement produces the following results:
|