SQL Statement Transfer 

Use

You transfer the statement specified to the database kernel. If you specify a SELECT statement, the results are output: The system outputs an OK message for other statements.

Prerequisites

You have the DBM operator authorization AccessSQL.

You have opened an SQL session.

Syntax

sql_execute <statement>

sql_execute select username,connectmode,templimit,user_id from users

OK
END
'PUBLIC';'SINGLE';(null);3
'DBA';'SINGLE';(null);10
'DOMAIN';'SINGLE';(null);11
'SYS';'SINGLE';(null);12
'CONTROL';'MULTIPLE';(null);0

Reply

OK<NL>
(END|CONTINUE)<NL>
<record><NL>
<record><NL>

The fields in an answer record are separated by semicolons.

Character strings are output in single quotation marks.

END

Result set output complete

Continue

More result data ready

In the event of errors, see Reply Format.