Entering content frame

Procedure documentation Displaying the Structure of a Result Set Locate the document in its SAP Library structure

Use

You display the structure of the result set for an SQL statement.

Prerequisites

You have the DBM operator authorization AccessSQL.

You have started an SQL session.

Syntax

sql_info <statement>

Example

sql_info select username,connectmode,templimit, user_id from users

OK
USERNAME;CONNECTMODE;TEMPLIMIT;USER_ID

Reply

The names of all columns are output separated by semicolons.

OK<NL>
<col_1>;<col_2>;...;<col_n><NL>q

 

 

Leaving content frame