Parameters
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
statement
Generates a result set. Enclose the SQL statement in double quotes.
The SQL statement is either a SELECT or CALL statement.
Notes
- A
SELECTstatement queries the database and returns data that meets the criteria specified by the query expression in theSELECTstatement. - A
CALLstatement invokes another stored procedure that returns a result set specified by theRESULTclause of theCREATE PROCEDUREstatement.