Queries versus record selection blocks
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For a query, you must specify the field lists in the DEFINE QUERY statement,
not the Record Phrase of the OPEN QUERY statement.
Thus, the following two procedures, i-fldls1.p and i-fldls2.p,
are functionally equivalent.
i-fldls1.p
|
i-rldls2.p
|