Use inner joins
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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:
|