Queries versus record selection blocks
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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
|