EXEC_SQL

The EXEC_SQL administration method executes SQL statements, with the exception of SQL Select statements.

The EXEC_SQL method returns TRUE if the operation succeeds or FALSE if it fails.

You must have superuser privileges to run the EXEC_SQL method.

Note the following restrictions on how the method works:

To run the EXEC_SQL administration method:

  1. Navigate to Administration > Job Management > Administration Methods.

    The system displays the Administration Methods list page.

  2. Click EXEC_SQL.

    The system displays the Parameters page.

  3. Type a SQL statement.

    The statement must not include a Select clause.

  4. Click Run.

    The method runs and the results are displayed.

  5. Click Close.

    The system displays the Administration Methods list page.