OpenEdge SQL statements
- Last Updated: March 19, 2020
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This topic provides detailed information on OpenEdge SQL statements. A description for each statement provides the following information:
- A definition of the statement
- The syntax of the statement's proper usage
- A code sample that shows how the statement works
- Any associated notes
- Authorization required in order to run the statement
- Related statements
Remember: OpenEdge SQL does not support retrying a statement after it fails.
OpenEdge SQL architecture cannot continue reliable execution after an error occurs during
statement execution. You should close the failing statement and execute again.