Use inner joins
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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:
|