FIND PREV/LAST statements
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.