The Main Interactive SQL Window

The Interactive SQL window includes four panes.

The window title displays the connection name. For SAP ASE, the connection name is either the server name (determined by the server’s interfaces file entry) or the host name and port number the user enters at the time of connection. The panes are:

PanesDescription
SQL Statement
Provides a place for you to type SQL statements.
Results
Displays the results of commands that you execute. For example, if you use SQL statements to search for specific data in the database, the Results tab in this pane displays the columns and rows that match the search criteria. If the information exceeds the size of the pane, scroll bars automatically appear. You can edit the result set on the Results tab.
Messages
Displays messages from the database server.
Plan
Displays the query optimizer’s execution plan for a SQL statement.
Related reference
Plan Dialog Tab