Entering content frameProcedure documentation Result Set Structure Request Locate the document in its SAP Library structure

Use

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

Prerequisites

You have the DBM operator authorization AccessSQL.

You have opened 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