SQL
The SQL statement allows you to send an arbitrary
Syntax:
SQL sql_command
Sending
The syntax:
SQL SELECT * from tab1;
is allowed, and is the preferred syntax for SELECT,
for reasons of consistency. The
Arguments:
Argument | Description |
---|---|
sql_command | A valid |
Example 1:
SQL leave;
Example 2:
SQL Execute <storedProc>;
See also:
Thanks for helping us improve!