JOINS
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The JOIN clause connects two or more tables logically and retrieves data from
the resulting connection. You join tables based on join conditions that can include
DDM-configured fields.
Example
The following example illustrates theINNER JOIN
for a DDM-configured field.
|
pub.Customer.CustNum is a DDM-configured
field. The SQL engine processes the JOIN condition using the unmasked
values of pub.Customer.CustNum, regardless of your DDM privileges.
However, the SELECT list of the query returns the masked value of
pub.Customer.CustNum for unauthorized users and the unmasked value
for authorized users.