SHOW
Use the SHOW command to display the current setting of a runtime parameter.
Syntax
Syntax for using the
SHOW command:
SHOW <name>
Input
The SHOW command takes
the following input:
Input | Description |
---|---|
<name> | The name of a runtime parameter. |
Output
The SHOW command has
the following output:
Output | Description |
---|---|
SHOW VARIABLE | The command was successful. |
Privileges
You must be an administrator, or you must be able to connect to the database and schema.
Usage
The following provides
sample usage.
- To show the current setting of the DateStyle parameter:
MYDB.SCH1(USER)=> SHOW DateStyle; NOTICE: DateStyle is ISO with US (NonEuropean) conventions