FIND PREV/LAST statements
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
FIND PREV/LAST statements
OpenEdge applications that use the FIND PREV or FIND LAST statements
work on Oracle tables in a manner consistent with ABL.
To
support these statements, an Oracle table must include support for
the PROGRESS_RECID function (either through a PROGRESS_RECID column
or an indexed NUMBER column with unique values).
See the RECID functionfor more information.