Displaying the Structure of a Result Set
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>
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