Employ a table alias
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Notice that in the previous query, each column name
uses the standard naming convention of table-name.column-name. This
can be cumbersome and prone to errors, especially with complex joins.
A more convenient way is to define table aliases in the WHERE clause
and invoke them throughout the query. The following example modifies
the inner join in the previous example by employing table aliases.
|