GET_SCHEMA_NAME¶
Applies to: ORAFlex SQLFlex
This command is used to get the name of the schema being used to open tables.
Syntax
GET_SCHEMA_NAME to {variable}
Parameter |
Description |
---|---|
variable |
variable to hold the schema name |
Example
GET_SCHEMA_NAME to sName
Showln sName